Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Aug 9, 2024
1 parent 057c9bc commit 312eeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
README = (this_directory / "README.md").read_text()

# Probably should be changed, __init__.py is no longer required for Python 3
for dirpath, dirnames, filenames in os.walk("premise"):
for dirpath, dirnames, filenames in os.walk("pathways"):
# Ignore dirnames that start with '.'
if "__init__.py" in filenames:
pkg = dirpath.replace(os.path.sep, ".")
Expand Down Expand Up @@ -57,7 +57,7 @@ def package_files(directory):
"statsmodels",
"SALib",
],
url="https://github.com/polca/premise",
url="https://github.com/polca/pathways",
description="Scenario-level LCA of energy systems and transition pathways",
long_description_content_type="text/markdown",
long_description=README,
Expand Down

0 comments on commit 312eeb2

Please sign in to comment.