From 8f51e6f07a774c57c718f4bb4a9d1482c8d58da6 Mon Sep 17 00:00:00 2001 From: "Srivats P." Date: Sat, 7 Jun 2014 20:58:50 +0530 Subject: [PATCH] Added classifiers to the python packaging --- binding/setup.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/binding/setup.py b/binding/setup.py index e09bcc4..3e9040a 100644 --- a/binding/setup.py +++ b/binding/setup.py @@ -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'] )