Skip to content

Commit 6f31e1b

Browse files
committed
Fix modules list in setup.py
1 parent bc134c8 commit 6f31e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",
2222
license=about["__license__"],
23-
packages=["awswrangler"],
23+
packages=["awswrangler", "awswrangler.s3", "awswrangler.quicksight"],
2424
include_package_data=True,
2525
python_requires=">=3.6, <3.9",
2626
install_requires=[open("requirements.txt").read().strip().split("\n")],

0 commit comments

Comments
 (0)