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 904CD1382C5 for ; Tue, 2 Mar 2021 09:52:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD587E0A83; Tue, 2 Mar 2021 09:52:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A3327E0A83 for ; Tue, 2 Mar 2021 09:52:34 +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 6009534118A for ; Tue, 2 Mar 2021 09:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C27DF4E9 for ; Tue, 2 Mar 2021 09:52:31 +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: <1614678669.38b90ff6b830c7191364e3c2f3f4da2ab09a6aa9.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: 38b90ff6b830c7191364e3c2f3f4da2ab09a6aa9 X-VCS-Branch: master Date: Tue, 2 Mar 2021 09:52:31 +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: 4a9a1567-5cf6-4f2a-8d7f-f4150c9711f9 X-Archives-Hash: 500f4b959a0aa68b3cbcfe347690cc3f commit: 38b90ff6b830c7191364e3c2f3f4da2ab09a6aa9 Author: Zac Medico gentoo org> AuthorDate: Tue Mar 2 09:50:58 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Mar 2 09:51:09 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=38b90ff6 setup.py add license Signed-off-by: Zac Medico gentoo.org> setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b073aba5d..c1408fac5 100755 --- a/setup.py +++ b/setup.py @@ -679,6 +679,7 @@ setup( author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', description = 'Portage is the package management and distribution system for Gentoo', + license = 'GPLV2', long_description = long_description, long_description_content_type = 'text/plain',