Added classifiers to the python packaging

This commit is contained in:
Srivats P. 2014-06-07 20:58:50 +05:30
parent d3b9d9be83
commit 8f51e6f07a

View File

@ -66,5 +66,12 @@ setup(name = 'ostinato',
packages = ['ostinato', 'ostinato.protocols'],
package_dir = {'ostinato': '.'},
package_data = {'ostinato': ['pkg_info.json']},
platforms = ['Any'],
classifiers = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Telecommunications Industry',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
'Topic :: Software Development :: Testing :: Traffic Generation',
'Topic :: System :: Networking']
)