Gentoo Archives: gentoo-commits

From: Magnus Granberg <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/zorry:master commit in: /
Date: Fri, 29 Jul 2011 18:55:57
Message-Id: e959ed2380088ba14efeb44eb8b8b14101e2be1d.zorry@gentoo
1 commit: e959ed2380088ba14efeb44eb8b8b14101e2be1d
2 Author: Magnus Granberg <zorry <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 29 18:55:30 2011 +0000
4 Commit: Magnus Granberg <zorry <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 29 18:55:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/zorry.git;a=commit;h=e959ed23
7
8 Updated setup.py
9
10 ---
11 setup.py | 15 +--------------
12 1 files changed, 1 insertions(+), 14 deletions(-)
13
14 diff --git a/setup.py b/setup.py
15 index d95790b..0560e8b 100644
16 --- a/setup.py
17 +++ b/setup.py
18 @@ -28,18 +28,5 @@ setup(
19 license="GPL2",
20 packages=packages,
21 package_dir=package_dir,
22 - classifiers=[
23 - "Development Status :: 5 - Production/Stable",
24 - "Operating System :: OS Independent",
25 - "Intended Audience :: Developers",
26 - "License :: OSI Approved :: GPL2 License",
27 - "Operating System :: POSIX",
28 - "Topic :: System :: Distributed Computing",
29 - "Topic :: Software Development :: Libraries :: Python Modules",
30 - "Programming Language :: Python",
31 - "Programming Language :: Python :: 2",
32 - "Programming Language :: Python :: 2.5",
33 - "Programming Language :: Python :: 2.6",
34 - "Programming Language :: Python :: 2.7"
35 - ],
36 + classifiers=[],
37 )
38 \ No newline at end of file