We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5721d64 commit 62c09a7Copy full SHA for 62c09a7
setup.py
@@ -14,6 +14,7 @@
14
author='Josh Gardner',
15
author_email='[email protected]',
16
packages=find_packages(),
17
+ include_package_data=True,
18
data_files=[('tableshift/datasets',
19
['tableshift/datasets/nhanes_data_sources.json',
20
'tableshift/datasets/icd9-codes.json'])],
0 commit comments