From 035a311cd3cc319e4b7298fbd5484d0106526504 Mon Sep 17 00:00:00 2001 From: Richard Evans Date: Sun, 19 May 2024 23:53:23 -0600 Subject: [PATCH] Black formatted setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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=[