From 3e08cab088d087bf8971ab073a49b96b389d0aaa Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Fri, 6 Sep 2024 21:59:13 +0200 Subject: [PATCH 1/2] fix: Add MANIFEST.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..c29e189 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include policyengine_us_data * From b277a17dd61c893b205f226d6018ec3a31a3d99c Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Fri, 6 Sep 2024 22:01:40 +0200 Subject: [PATCH 2/2] fix: Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7d7a455..ee4245e 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ description="A package to create representative microdata for the US.", long_description=open("README.md").read(), packages=find_packages(), + include_package_data=True, # Will read MANIFEST.in python_requires=">=3.6", install_requires=[ "policyengine_core",