Skip to content

Commit

Permalink
fix Test files appearing in distribution package #937 (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
slobberchops committed May 11, 2022
1 parent 4c18d3d commit a5920f6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changes
-------
2.3.3 (2022-05-09)
^^^^^^^^^^^^^^^^^^
* fix Test files appearing in distribution package

2.3.2 (2022-05-08)
^^^^^^^^^^^^^^^^^^
* fix 3.6 testing and and actually fix 3.6 support
Expand Down
2 changes: 1 addition & 1 deletion aiobotocore/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.2'
__version__ = '2.3.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def read_version():
url='https://github.com/aio-libs/aiobotocore',
download_url='https://pypi.python.org/pypi/aiobotocore',
license='Apache License 2.0',
packages=find_packages(),
packages=find_packages(include=['aiobotocore']),
python_requires='>=3.6',
install_requires=install_requires,
extras_require=extras_require,
Expand Down

0 comments on commit a5920f6

Please sign in to comment.