diff --git a/setup.py b/setup.py index 4bfac24d6..d6ab47615 100755 --- a/setup.py +++ b/setup.py @@ -18,10 +18,7 @@ }, packages=["ogcore"], package_data={ - "ogcore": [ - "default_parameters.json", - "OGcorePlots.mplstyle" - ] + "ogcore": ["default_parameters.json", "OGcorePlots.mplstyle"] }, include_packages=True, python_requires=">=3.7.7, <3.12",