Skip to content

Commit

Permalink
Add project_urls to setup
Browse files Browse the repository at this point in the history
These are used by PyPI and other services.
  • Loading branch information
jarrodmillman committed Apr 12, 2019
1 parent f4a24b1 commit 0486b6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ def setup_package():
url = "https://www.numpy.org",
author = "Travis E. Oliphant et al.",
download_url = "https://pypi.python.org/pypi/numpy",
project_urls={
"Bug Tracker": "https://github.com/numpy/numpy/issues",
"Documentation": "https://docs.scipy.org/doc/numpy/",
"Source Code": "https://github.com/numpy/numpy",
},
license = 'BSD',
classifiers=[_f for _f in CLASSIFIERS.split('\n') if _f],
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
Expand Down

0 comments on commit 0486b6d

Please sign in to comment.