diff --git a/setup.py b/setup.py index 4ba4c16..44242b6 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ classifiers=[ 'Development Status :: 4 - Beta', 'Framework :: Pytest', - 'Topic :: Software Development :: Testing', 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', @@ -26,6 +25,7 @@ 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Topic :: Software Development :: Testing', ], packages = find_packages(), include_package_data=True,