From 4fc5e0655d18d039e99b31d476b2e662127bd740 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Oct 2010 16:22:39 -0400 Subject: [PATCH] setup.py updated --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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': [