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 ac795e8 commit 067a2e6Copy full SHA for 067a2e6
setup.py
@@ -47,6 +47,7 @@ def get_reqs(filename):
47
packages=['deepdiff'],
48
zip_safe=True,
49
test_suite="tests",
50
+ include_package_data=True,
51
tests_require=['mock'], # 'numpy==1.11.2' numpy is needed but comes already installed with travis
52
long_description=long_description,
53
long_description_content_type='text/markdown',
0 commit comments