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",