We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0821734 commit c332e75Copy full SHA for c332e75
setup.py
@@ -50,6 +50,7 @@ def run_tests(self):
50
"Speech Cloud from within your Python project.",
51
long_description=description,
52
packages=find_packages(),
53
+ include_package_data=True,
54
tests_require=['tox'],
55
cmdclass={'test': Tox},
56
install_requires=[
0 commit comments