diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-10-04 16:22:39 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-10-04 16:22:39 -0400 |
| commit | 4fc5e0655d18d039e99b31d476b2e662127bd740 (patch) | |
| tree | 778d056fcac810be48dfc6d99b815ec0b93c286a /setup.py | |
| parent | da2e670d0db8acbc9a95f83234f24dcf4c30e4a8 (diff) | |
| download | tablib-4fc5e0655d18d039e99b31d476b2e662127bd740.tar.gz | |
setup.py updated
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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': [ |
