Skip to content

Commit

Permalink
fix setup.py to include sub-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
eterna2 committed Nov 11, 2019
1 parent 927ed6f commit 5029397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@
},
keywords="util aws s3 boto3 upload",
name="e2fyi-utils",
packages=["e2fyi.utils"],
packages=["e2fyi.utils", "e2fyi.utils.aws", "e2fyi.utils.core", "e2fyi.utils.io"],
setup_requires=setup_requirements,
python_requires=">=3.6",
install_requires=requirements,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
@@ -1 +1 @@
0.1.0a2
0.1.0a3

0 comments on commit 5029397

Please sign in to comment.