mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
Added classifiers for pypi
This commit is contained in:
8
setup.py
8
setup.py
@@ -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',
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user