From 2404237aca00b5844d2be7d8dde8f98163240602 Mon Sep 17 00:00:00 2001 From: TAHRI Ahmed R Date: Tue, 14 Sep 2021 20:32:57 +0100 Subject: [PATCH] :wrench: Add project_urls in setup.py (#99) --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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', + }, )