From 8954f0d63dd45e9eec1a7f935870ac7c7d2d0bf2 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 22 Mar 2016 20:53:07 -0300 Subject: [PATCH] Add Framework::Pytest to list of classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7a5a73e..34c91f6 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( setup_requires=['setuptools_scm'], classifiers=[ 'Development Status :: 5 - Production/Stable', + 'Framework :: Pytest', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: POSIX',