Skip to content

Commit

Permalink
set include_package_data=True
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgard committed Jan 10, 2024
1 parent 5721d64 commit 62c09a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
author='Josh Gardner',
author_email='jpgard@cs.washington.edu',
packages=find_packages(),
include_package_data=True,
data_files=[('tableshift/datasets',
['tableshift/datasets/nhanes_data_sources.json',
'tableshift/datasets/icd9-codes.json'])],
Expand Down

0 comments on commit 62c09a7

Please sign in to comment.