summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2010-10-04 16:22:39 -0400
committerKenneth Reitz <me@kennethreitz.com>2010-10-04 16:22:39 -0400
commit4fc5e0655d18d039e99b31d476b2e662127bd740 (patch)
tree778d056fcac810be48dfc6d99b815ec0b93c286a /setup.py
parentda2e670d0db8acbc9a95f83234f24dcf4c30e4a8 (diff)
downloadtablib-4fc5e0655d18d039e99b31d476b2e662127bd740.tar.gz
setup.py updated
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2dbdfb6..060ce00 100644
--- a/setup.py
+++ b/setup.py
@@ -28,12 +28,16 @@ setup(
install_requires=['xlwt', 'simplejson', 'PyYAML'],
license='MIT',
classifiers=(
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
+ 'Intended Audience :: Developers',
+ 'Natural Language :: English',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
# 'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
+ # 'Programming Language :: Python :: 3.0',
+ # 'Programming Language :: Python :: 3.1',
),
# entry_points={
# 'console_scripts': [