Commit: 01cfa16b187314d2bad5724257ee6c04d66d3b8a Parent: 1dac9292b6c89f616c243b3653d48449f07bddab Author: Vi Grey Date: 2015-02-27 12:09 UTC Summary: Update setup.py Updated setup.py info setup.py | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9c013f..39e31e6 100644 --- a/setup.py +++ b/setup.py @@ -16,4 +16,18 @@ setup( version=version, url='https://github.com/PariahVi/WhiteRabbit', scripts=[mainscript] - ) + platforms='No particular restrictions', + classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: End Users/Desktop', + 'License :: OSI Approved :: BSD License', + 'Programming Language :: Python', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.0', + 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Operating System :: OS Independent', + 'Topic :: Other/Nonlisted Topic' + ] +)