From a5057e4f1bce16c6b8e42b1abbf6173de3cf1043 Mon Sep 17 00:00:00 2001 From: yannicklm Date: Mon, 23 Apr 2012 21:49:06 +0200 Subject: [PATCH] setup.py fixes --- .gitignore | 1 + MANIFEST | 11 ----------- setup.py | 7 +++---- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 MANIFEST diff --git a/.gitignore b/.gitignore index 6bebe89..6d4cc5b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ dist/ build/ doc/ +MANIFEST # created by PKGBUILD: src/ diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index 401d3ca..0000000 --- a/MANIFEST +++ /dev/null @@ -1,11 +0,0 @@ -AUTHORS -COPYING -README -TODO -Changelog -pycp.py -setup.py -bin/pycp -bin/pymv -doc/pycp.1 -doc/pymv.1 diff --git a/setup.py b/setup.py index 403c65f..f217db4 100644 --- a/setup.py +++ b/setup.py @@ -64,11 +64,10 @@ def gen_man_pages(): scripts = scripts, data_files = data_files, classifiers = [ - "Development Status :: 4 - Beta" "Environment :: Console", - "License :: OSI Approved :: GNU General Public License (GPL)", - "Operating System :: OS Independent", - "Programming Language :: Python", + "License :: OSI Approved :: BSD License", + "Operating System :: Unix", + "Programming Language :: Python :: 2 :: Only", "Topic :: System :: Shells", ],