Added classifiers for pypi

This commit is contained in:
2011-06-06 09:25:42 +01:00
parent 94c9806cf2
commit 92203c7de2

View File

@@ -10,4 +10,12 @@ setup(name = "python-ts3",
author_email = "andy@tensixtyone.com",
url = "https://github.com/nikdoof/python-ts3/",
packages = ['ts3',],
classifiers = [
'License :: OSI Approved :: BSD License',
'Topic :: Internet',
'Topic :: Communications',
'Intended Audience :: Developers',
'Development Status :: 3 - Alpha',
]
)