Skip to content

Commit

Permalink
Added Helpful Project Urls (#221)
Browse files Browse the repository at this point in the history
Added Project Urls for documentation, Github Repo and Github Issues.

Co-authored-by: Nirjas Jakilim <Nirzak@users.noreply.github.com>
  • Loading branch information
Nirzak and Nirzak committed Sep 6, 2021
1 parent 30a60bc commit 90aa455
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 @@ -28,6 +28,11 @@ def readme():
url="https://github.com/chardet/chardet",
license="LGPL",
keywords=["encoding", "i18n", "xml"],
project_urls={
'Documentation': 'https://chardet.readthedocs.io/',
'GitHub Project': 'https://github.com/chardet/chardet',
'Issue Tracker': 'https://github.com/chardet/chardet/issues'
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 90aa455

Please sign in to comment.