diff --git a/setup.py b/setup.py index 07cee30..4ad7f93 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", - "Topic :: Software Development :: Testing :: Testbed Reservation", + "Topic :: Software Development :: Testing :: Traffic Generation", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", @@ -45,4 +45,4 @@ packages=[pkg_name], python_requires=">=2.7, <4", install_requires=install_requires, -) \ No newline at end of file +)