@@ -33,17 +33,22 @@ def read(fname):
33
33
install_requires = ['pytest>=2.9' ],
34
34
classifiers = ['Development Status :: 5 - Production/Stable' ,
35
35
'Framework :: Django' ,
36
+ 'Framework :: Django :: 1.8' ,
37
+ 'Framework :: Django :: 1.9' ,
38
+ 'Framework :: Django :: 1.10' ,
39
+ 'Framework :: Django :: 1.11' ,
40
+ 'Framework :: Django :: 2.0' ,
36
41
'Intended Audience :: Developers' ,
37
42
'License :: OSI Approved :: BSD License' ,
38
43
'Operating System :: OS Independent' ,
39
44
'Programming Language :: Python' ,
40
- 'Topic :: Software Development :: Testing' ,
41
45
'Programming Language :: Python :: 2.7' ,
42
46
'Programming Language :: Python :: 3.4' ,
43
47
'Programming Language :: Python :: 3.5' ,
44
48
'Programming Language :: Python :: 3.6' ,
45
49
'Programming Language :: Python :: Implementation :: CPython' ,
46
50
'Programming Language :: Python :: Implementation :: PyPy' ,
51
+ 'Topic :: Software Development :: Testing' ,
47
52
],
48
53
# the following makes a plugin available to pytest
49
54
entry_points = {'pytest11' : ['django = pytest_django.plugin' ]})
0 commit comments