From 5530193fd41e71bae159ba8c3e1c4fc6842d95f1 Mon Sep 17 00:00:00 2001 From: kennyballou Date: Mon, 22 Oct 2012 14:11:16 -0600 Subject: Remove (depricated) options, add classifiers --- setup.py | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 05d5584..69ff631 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,6 @@ setup( author_email="kennethmgballou@gmail.com", url="https://bitbucket.org/devnulltao/xnt", description=("High-Level build script for doing more complex build tasks"), - license="gpl3", - keywords="Build Scripts", packages=find_packages(), scripts=["xnt/xenant.py",], package_data={ @@ -28,4 +26,16 @@ setup( ], }, install_requires=['distribute',], + classifiers=[ + 'Development Status :: 3 - Alpha', + 'Environment :: Console', + 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'Natural Language :: English', + 'Operating System :: Microsoft :: Windows :: Windows 7', + 'Operating System :: POSIX :: Linux', + 'Topic :: Software Development', + 'Topic :: Software Development :: Build Tools', + 'Topic :: Utilities', + ], ) -- cgit v1.2.1