From 6725065daaa12a30ae997ccd4e95b301785c37e4 Mon Sep 17 00:00:00 2001 From: Andrii Oriekhov Date: Mon, 28 Feb 2022 17:23:26 +0200 Subject: [PATCH] add GitHub URL for PyPi --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index d1238e8fa7..79d9654d20 100644 --- a/setup.py +++ b/setup.py @@ -348,6 +348,9 @@ def run(self): author_email='me@radimrehurek.com', url='http://radimrehurek.com/gensim', + project_urls={ + 'Source': 'https://github.com/RaRe-Technologies/gensim', + }, download_url='http://pypi.python.org/pypi/gensim', license='LGPL-2.1-only',