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 5E9EA1382C5 for ; Tue, 2 Mar 2021 09:30:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FE19E0C03; Tue, 2 Mar 2021 09:30:30 +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 8538EE0C03 for ; Tue, 2 Mar 2021 09:30:30 +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 28899340D09 for ; Tue, 2 Mar 2021 09:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C4074E9 for ; Tue, 2 Mar 2021 09:30:27 +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: <1614676217.dd683afe01421cfd1af25ea500e7ff6865e1d9c0.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: dd683afe01421cfd1af25ea500e7ff6865e1d9c0 X-VCS-Branch: master Date: Tue, 2 Mar 2021 09:30:27 +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: 697e55bc-22cc-419f-bb85-746fab2c0faa X-Archives-Hash: e4e6357e901e2da33838f280e40426b7 commit: dd683afe01421cfd1af25ea500e7ff6865e1d9c0 Author: Zac Medico gentoo org> AuthorDate: Tue Mar 2 09:09:57 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Mar 2 09:10:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dd683afe setup.py: add description Signed-off-by: Zac Medico gentoo.org> setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 95f5d4c84..26f45e07d 100755 --- a/setup.py +++ b/setup.py @@ -672,6 +672,7 @@ setup( url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', + description = 'Portage is the package management and distribution system for Gentoo', package_dir = {'': 'lib'}, packages = list(find_packages()),