diff --git a/setup.py b/setup.py index ee181390..13c6d4f0 100644 --- a/setup.py +++ b/setup.py @@ -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', + }, )