commit:     34aec32677ceb47ad8273ab7a9c4d9f0176b0707
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  2 09:37:57 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Mar  2 09:41:44 2021 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=34aec326

setup.py: add project_urls

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 setup.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup.py b/setup.py
index d13ca223f..b073aba5d 100755
--- a/setup.py
+++ b/setup.py
@@ -672,6 +672,10 @@ setup(
        name = 'portage',
        version = '3.0.16',
        url = 'https://wiki.gentoo.org/wiki/Project:Portage',
+       project_urls = {
+               'Release Notes': 
'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',
+               'Documentation': 
'https://wiki.gentoo.org/wiki/Handbook:AMD64/Working/Portage',
+       },
        author = 'Gentoo Portage Development Team',
        author_email = '[email protected]',
        description = 'Portage is the package management and distribution 
system for Gentoo',

Reply via email to