Skip to content

Commit

Permalink
Update project_urls in setup.py (#16622)
Browse files Browse the repository at this point in the history
Made the following changes to `project_urls` in `setup.py`:
- removed link to "News" 
- added link to "Changelog" 
- added link to "Issues"
  • Loading branch information
dheerajreal authored Dec 12, 2023
1 parent 728e03a commit 6acccd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,9 @@ def run(self):
python_requires=">=3.8",
include_package_data=True,
project_urls={
"News": "https://mypy-lang.org/news.html",
"Documentation": "https://mypy.readthedocs.io/en/stable/index.html",
"Repository": "https://github.com/python/mypy",
"Changelog": "https://github.com/python/mypy/blob/master/CHANGELOG.md",
"Issues": "https://github.com/python/mypy/issues",
},
)

0 comments on commit 6acccd1

Please sign in to comment.