Skip to content

Commit

Permalink
update url kwarg in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi authored Jan 6, 2021
1 parent e977d49 commit 4da0401
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 @@ -44,7 +44,7 @@ def setup_package():
long_description_content_type="text/markdown",
maintainer="PySAL Developers",
maintainer_email="[email protected]",
url="pysal.org/%s/" % package,
url="https://github.com/pysal/" + package,
download_url="https://pypi.python.org/pypi/%s" % package,
license="BSD",
py_modules=[package],
Expand Down

0 comments on commit 4da0401

Please sign in to comment.