Skip to content

Commit

Permalink
Prep for wheel support on pypi (#56)
Browse files Browse the repository at this point in the history
## What

This PR preps the repository for publishing a wheel as per @kgaughan 's recommendations in:

- `Request: release aws-requests-auth as a wheel` - #54
- `Basic wheel building support` - #55
  • Loading branch information
DavidMuller authored May 27, 2020
1 parent 78283b3 commit a7a5a6b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*.egg-info
MANIFEST
dist/
build/
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog (aws-requests-auth)
==================

0.4.3
------------------
- Also publish the package as a wheel
- Contributed by @kgaughan: https://github.com/DavidMuller/aws-requests-auth/issues/54

0.4.2
------------------
- Add x-amz-content-sha256 header to request
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[bdist_wheel]
universal = 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup
from setuptools import setup


setup(
Expand Down

0 comments on commit a7a5a6b

Please sign in to comment.