Skip to content

Commit

Permalink
Black formatted setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 12, 2024
1 parent 08d2444 commit 180a13c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
"Issue Tracker": "https://github.com/PSLmodels/OG-USA/issues",
},
packages=["ogusa"],
package_data={
"ogusa": [
"ogusa_default_parameters.json", "data/PSID/*"
]
},
package_data={"ogusa": ["ogusa_default_parameters.json", "data/PSID/*"]},
include_packages=True,
python_requires=">=3.7.7, <3.12",
install_requires=[
Expand Down

0 comments on commit 180a13c

Please sign in to comment.