From 5a48adf8615e7dd94cc3e795a0126a0375acbe3c Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 26 Jun 2011 11:55:28 +0200 Subject: bump version to 0.0.1, add classifiers, keywords to setup.py --- setup.py | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a2137fd..23eb6b5 100644 --- a/setup.py +++ b/setup.py @@ -16,11 +16,21 @@ long_description = open('README.txt').read() setup( name='XStatic', - version='0.0.1a0', + version='0.0.1', description='XStatic base package with minimal support code', long_description=long_description, - classifiers=[], - keywords=[], + classifiers=[ + 'License :: OSI Approved :: MIT License', + 'Development Status :: 3 - Alpha', + 'Intended Audience :: Developers', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Topic :: Software Development :: Libraries', + 'Topic :: System :: Archiving :: Packaging', + 'Topic :: System :: Installation/Setup', + 'Topic :: System :: Software Distribution', + ], + keywords="static file resource python packages setuptools pypi require", author='Thomas Waldmann', author_email='tw@waldmann-edv.de', url='http:/bitbucket.org/thomaswaldmann/xstatic', -- cgit v1.2.1