From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E357E1382C5 for ; Tue, 2 Mar 2021 09:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 250EEE0C32; Tue, 2 Mar 2021 09:44:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07CA1E0C32 for ; Tue, 2 Mar 2021 09:44:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E94E340D1D for ; Tue, 2 Mar 2021 09:44:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B8C54E9 for ; Tue, 2 Mar 2021 09:44:10 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1614678104.34aec32677ceb47ad8273ab7a9c4d9f0176b0707.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 34aec32677ceb47ad8273ab7a9c4d9f0176b0707 X-VCS-Branch: master Date: Tue, 2 Mar 2021 09:44:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43fcdca0-f6c0-4cc2-a708-b1715d85af52 X-Archives-Hash: a4650e5304d57a0f2b151ca307ce92b6 commit: 34aec32677ceb47ad8273ab7a9c4d9f0176b0707 Author: Zac Medico gentoo org> AuthorDate: Tue Mar 2 09:37:57 2021 +0000 Commit: Zac Medico gentoo 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 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 = 'dev-portage@gentoo.org', description = 'Portage is the package management and distribution system for Gentoo',