Skip to content

Commit 067a2e6

Browse files
committed
fixing setup
1 parent ac795e8 commit 067a2e6

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
@@ -47,6 +47,7 @@ def get_reqs(filename):
4747
packages=['deepdiff'],
4848
zip_safe=True,
4949
test_suite="tests",
50+
include_package_data=True,
5051
tests_require=['mock'], # 'numpy==1.11.2' numpy is needed but comes already installed with travis
5152
long_description=long_description,
5253
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)