tedder / requests-aws4auth

Amazon Web Services version 4 authentication for the Python Requests module
MIT License
178 stars 62 forks source link

README, LICENSE, and HISTORY installed directly in site-packages #51

Closed benjaminp closed 3 years ago

benjaminp commented 3 years ago

Due to some lines in setup.py, a requests-aws4auth installation ends up writing some files with generic names into the top-level site-packages directory:

$ python3 -m venv e
$ e/bin/pip install requests-aws4auth
$ head e/lib/python*/site-packages/README.md
[![image](https://img.shields.io/pypi/v/requests-aws4auth.svg)](https://pypi.python.org/pypi/requests-aws4auth)
[![image](https://img.shields.io/pypi/l/requests-aws4auth.svg)](https://pypi.python.org/pypi/requests-aws4auth)

Amazon Web Services version 4 authentication for the Python [Requests](https://github.com/kennethreitz/requests) library.

Features
========

-   Requests authentication for all AWS services that support AWS auth v4
-   Independent signing key objects
tedder commented 3 years ago

doh! Want to put in a PR?

louisblin commented 2 years ago

Hi @tedder, would you be able to cut a new release so we can pick up this fix? Thanks!