From e197fb5b26b4ef1cb6210f73db826e1a29f60a89 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Mon, 8 May 2023 14:28:51 +0000 Subject: [PATCH] Black reformating --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 2729d15..caf78af 100644 --- a/setup.py +++ b/setup.py @@ -40,10 +40,7 @@ def package_files(directory): package_data={ "carculator_truck": package_files(os.path.join("carculator_truck", "data")) }, - install_requires=[ - "carculator_utils", - "prettytable" - ], + install_requires=["carculator_utils", "prettytable"], url="https://github.com/romainsacchi/carculator_truck", description="Prospective environmental and economic life cycle assessment" "of medium and heavy goods vehicles",