Add Framework::Pytest to list of classifiers

This commit is contained in:
Bruno Oliveira
2016-03-22 20:53:07 -03:00
parent ba35a3da02
commit 8954f0d63d

View File

@@ -24,6 +24,7 @@ setup(
setup_requires=['setuptools_scm'], setup_requires=['setuptools_scm'],
classifiers=[ classifiers=[
'Development Status :: 5 - Production/Stable', 'Development Status :: 5 - Production/Stable',
'Framework :: Pytest',
'Intended Audience :: Developers', 'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: POSIX', 'Operating System :: POSIX',