From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QmsDz-0001xu-HL for garchives@archives.gentoo.org; Fri, 29 Jul 2011 18:55:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40FE321C08A; Fri, 29 Jul 2011 18:55:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0F37021C08A for ; Fri, 29 Jul 2011 18:55:42 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9514E1B4016 for ; Fri, 29 Jul 2011 18:55:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id F04FD8003D for ; Fri, 29 Jul 2011 18:55:41 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: Subject: [gentoo-commits] dev/zorry:master commit in: / X-VCS-Repository: dev/zorry X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: e959ed2380088ba14efeb44eb8b8b14101e2be1d Date: Fri, 29 Jul 2011 18:55:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5eac472db5164292510a59ab6352ee49 commit: e959ed2380088ba14efeb44eb8b8b14101e2be1d Author: Magnus Granberg gentoo org> AuthorDate: Fri Jul 29 18:55:30 2011 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Fri Jul 29 18:55:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3De959ed23 Updated setup.py --- setup.py | 15 +-------------- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/setup.py b/setup.py index d95790b..0560e8b 100644 --- a/setup.py +++ b/setup.py @@ -28,18 +28,5 @@ setup( license=3D"GPL2", packages=3Dpackages, package_dir=3Dpackage_dir, - classifiers=3D[ - "Development Status :: 5 - Production/Stable", - "Operating System :: OS Independent", - "Intended Audience :: Developers", - "License :: OSI Approved :: GPL2 License", - "Operating System :: POSIX", - "Topic :: System :: Distributed Computing", - "Topic :: Software Development :: Libraries :: Python Modules", - "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.5", - "Programming Language :: Python :: 2.6", - "Programming Language :: Python :: 2.7" - ], + classifiers=3D[], ) \ No newline at end of file