Skip to content

Commit

Permalink
Package: Add PyPI Links to repo, issues, and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored and jonathanslenders committed Feb 6, 2024
1 parent 1c558f8 commit 4f6b3a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
url="https://github.com/prompt-toolkit/ptpython",
description="Python REPL build on top of prompt_toolkit",
long_description=long_description,
package_urls={
"Changelog": "https://github.com/prompt-toolkit/ptpython/blob/master/CHANGELOG",
},
project_urls={
"Bug Tracker": "https://github.com/prompt-toolkit/ptpython/issues",
"Source Code": "https://github.com/prompt-toolkit/ptpython",
"Changelog": "https://github.com/prompt-toolkit/ptpython/blob/master/CHANGELOG",
},
packages=find_packages("."),
package_data={"ptpython": ["py.typed"]},
install_requires=[
Expand Down

0 comments on commit 4f6b3a3

Please sign in to comment.