Skip to content

Commit

Permalink
DOC: fix PyPI URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Nov 30, 2022
1 parent b4ecd4d commit 0b89bdb
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 @@ -173,7 +173,7 @@ def setup_package():
description = DOCLINES[0],
long_description = "\n".join(DOCLINES[2:]),
url = "http://www.github.com/scipy/weave",
download_url = "https://pypi.python.org/pypi/weave",
download_url = "https://pypi.python.org/pypi/scipy-weave",
license = 'BSD',
cmdclass=cmdclass,
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
Expand Down

0 comments on commit 0b89bdb

Please sign in to comment.