Skip to content

Commit 18011b9

Browse files
committed
Fix classfiers for 1.0 release
1 parent 94e1aa6 commit 18011b9

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

setup.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,26 +154,23 @@ def read(*parts):
154154
keywords='pytest flask testing',
155155
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
156156
classifiers=[
157-
'Development Status :: 4 - Beta',
157+
'Development Status :: 5 - Production/Stable',
158158
'Environment :: Plugins',
159159
'Environment :: Web Environment',
160+
'Framework :: Pytest',
160161
'Intended Audience :: Developers',
161162
'License :: OSI Approved :: MIT License',
162163
'Operating System :: OS Independent',
163-
'Programming Language :: Python',
164-
'Programming Language :: Python :: 2',
165-
'Programming Language :: Python :: 2.7',
166-
'Programming Language :: Python :: 3',
167-
'Programming Language :: Python :: 3.4',
168164
'Programming Language :: Python :: 3.5',
169165
'Programming Language :: Python :: 3.6',
170166
'Programming Language :: Python :: 3.7',
171167
'Programming Language :: Python :: 3.8',
172-
'Topic :: Software Development :: Testing',
168+
'Programming Language :: Python',
173169
'Topic :: Software Development :: Libraries :: Python Modules',
170+
'Topic :: Software Development :: Testing',
174171
],
175172

176-
# The following makes a plugin available to pytest
173+
# The following makes the plugin available to pytest
177174
entry_points={
178175
'pytest11': [
179176
'flask = pytest_flask.plugin',

0 commit comments

Comments
 (0)