Skip to content

Commit

Permalink
fix:setup.py, download url
Browse files Browse the repository at this point in the history
This commit fixes the download url in `setup.py`. Previous link was broken.
  • Loading branch information
armantekinalp committed Apr 14, 2020
1 parent 9705402 commit b6a25b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def run(self):
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
],
download_url="https://github.com/mattialab/elastica-python/archive/master.zip",
download_url="https://github.com/GazzolaLab/PyElastica/archive/master.zip",
install_requires=REQUIRED,
extras_require=EXTRAS,
)

0 comments on commit b6a25b4

Please sign in to comment.