summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2011-06-26 11:55:28 +0200
committerThomas Waldmann <tw AT waldmann-edv DOT de@localhost>2011-06-26 11:55:28 +0200
commitd0c1951e732cfe2f70de2a7a221acd1601246ad5 (patch)
tree20f788b0345efb5b7219bf37d19d180dddf7da40
parent0c0b0618b919833b47ad4da8e011c60304347b01 (diff)
downloadxstatic-git-d0c1951e732cfe2f70de2a7a221acd1601246ad5.tar.gz
bump version to 0.0.1, add classifiers, keywords to setup.pyd023cd47a6f6
-rw-r--r--setup.py16
1 files 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',