Skip to content

Commit c332e75

Browse files
committed
Added include_package_data to setup.py
1 parent 0821734 commit c332e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def run_tests(self):
5050
"Speech Cloud from within your Python project.",
5151
long_description=description,
5252
packages=find_packages(),
53+
include_package_data=True,
5354
tests_require=['tox'],
5455
cmdclass={'test': Tox},
5556
install_requires=[

0 commit comments

Comments
 (0)