Skip to content

Commit

Permalink
🔧 Add project_urls in setup.py (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Sep 14, 2021
1 parent 314e89e commit 2404237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -78,4 +78,8 @@ def get_version():
'Programming Language :: Python :: Implementation :: PyPy',
'Typing :: Typed'
],
project_urls={
'Bug Reports': 'https://github.com/Ousret/charset_normalizer/issues',
'Documentation': 'https://charset-normalizer.readthedocs.io/en/latest',
},
)

0 comments on commit 2404237

Please sign in to comment.