From 694f461c6c00079fe12a9c749c340f9306123f27 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Thu, 22 Aug 2024 18:23:59 +0000 Subject: [PATCH] Black reformating --- setup.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/setup.py b/setup.py index beaf5b3..cff1163 100644 --- a/setup.py +++ b/setup.py @@ -16,12 +16,7 @@ author_email="romain.sacchi@psi.ch", license="BSD 3-clause", package_data={"premise_gwp": ["data/*.xlsx", "data/*.json"]}, - install_requires=[ - "bw2io", - "bw2data", - "requests", - "pyyaml" - ], + install_requires=["bw2io", "bw2data", "requests", "pyyaml"], url="https://github.com/romainsacchi/premise_gwp", long_description_content_type="text/markdown", long_description=open("README.md").read(),