Skip to content

Commit

Permalink
Merge pull request #11 from PolicyEngine/fix/manifest-in
Browse files Browse the repository at this point in the history
fix: Add MANIFEST.in
  • Loading branch information
MaxGhenis authored Sep 6, 2024
2 parents 7aeb926 + b277a17 commit d816631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include policyengine_us_data *
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d816631

Please sign in to comment.