@@ -154,26 +154,23 @@ def read(*parts):
154
154
keywords = 'pytest flask testing' ,
155
155
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers
156
156
classifiers = [
157
- 'Development Status :: 4 - Beta ' ,
157
+ 'Development Status :: 5 - Production/Stable ' ,
158
158
'Environment :: Plugins' ,
159
159
'Environment :: Web Environment' ,
160
+ 'Framework :: Pytest' ,
160
161
'Intended Audience :: Developers' ,
161
162
'License :: OSI Approved :: MIT License' ,
162
163
'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' ,
168
164
'Programming Language :: Python :: 3.5' ,
169
165
'Programming Language :: Python :: 3.6' ,
170
166
'Programming Language :: Python :: 3.7' ,
171
167
'Programming Language :: Python :: 3.8' ,
172
- 'Topic :: Software Development :: Testing ' ,
168
+ 'Programming Language :: Python ' ,
173
169
'Topic :: Software Development :: Libraries :: Python Modules' ,
170
+ 'Topic :: Software Development :: Testing' ,
174
171
],
175
172
176
- # The following makes a plugin available to pytest
173
+ # The following makes the plugin available to pytest
177
174
entry_points = {
178
175
'pytest11' : [
179
176
'flask = pytest_flask.plugin' ,
0 commit comments