diff --git a/setup.py b/setup.py index 79df7cb8..1313916b 100644 --- a/setup.py +++ b/setup.py @@ -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=[