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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAF53158087 for ; Tue, 25 Jan 2022 18:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB872BC001; Tue, 25 Jan 2022 18:33:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 250E02BC001 for ; Tue, 25 Jan 2022 18:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 32349342E4E for ; Tue, 25 Jan 2022 18:33:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89CE1287 for ; Tue, 25 Jan 2022 18:33:10 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1643135549.399ea3dafcbff3f3633ce962517c9f7c8d7569a8.sping@gentoo> Subject: [gentoo-commits] proj/metagen:master commit in: / X-VCS-Repository: proj/metagen X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 399ea3dafcbff3f3633ce962517c9f7c8d7569a8 X-VCS-Branch: master Date: Tue, 25 Jan 2022 18:33: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: dacd58d2-089f-40be-bf96-8eea99df1a80 X-Archives-Hash: 52af00eab549a5485a0a8dc8af4c83e2 commit: 399ea3dafcbff3f3633ce962517c9f7c8d7569a8 Author: Sebastian Pipping gentoo org> AuthorDate: Tue Jan 25 18:32:29 2022 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Jan 25 18:32:29 2022 +0000 URL: https://gitweb.gentoo.org/proj/metagen.git/commit/?id=399ea3da setup.py: Drop duplicate classifier Signed-off-by: Sebastian Pipping gentoo.org> setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6e960c7..6a21679 100755 --- a/setup.py +++ b/setup.py @@ -85,7 +85,6 @@ def main(): 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', 'Programming Language :: Python :: 3 :: Only',