Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed May 8, 2023
2 parents 1526122 + e197fb5 commit 1980e68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1980e68

Please sign in to comment.