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 May 20, 2024
1 parent 39e335d commit 035a311
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"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 035a311

Please sign in to comment.