Skip to content

Commit 62c09a7

Browse files
committed
set include_package_data=True
1 parent 5721d64 commit 62c09a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
author='Josh Gardner',
1515
author_email='[email protected]',
1616
packages=find_packages(),
17+
include_package_data=True,
1718
data_files=[('tableshift/datasets',
1819
['tableshift/datasets/nhanes_data_sources.json',
1920
'tableshift/datasets/icd9-codes.json'])],

0 commit comments

Comments
 (0)