@@ -33,11 +33,10 @@ def read(*names, **kwargs):
33
33
License :: OSI Approved :: Apache Software License
34
34
Operating System :: OS Independent
35
35
Programming Language :: Python :: 2.7
36
- Programming Language :: Python :: 3.4
37
- Programming Language :: Python :: 3.5
38
36
Programming Language :: Python :: 3.6
39
37
Programming Language :: Python :: 3.7
40
38
Programming Language :: Python :: 3.8
39
+ Programming Language :: Python :: 3.9
41
40
Programming Language :: Python :: Implementation :: CPython
42
41
Programming Language :: Python :: Implementation :: PyPy
43
42
Topic :: Software Development :: Quality Assurance
@@ -46,15 +45,13 @@ def read(*names, **kwargs):
46
45
Framework :: Django
47
46
Framework :: Django :: 1.8
48
47
Framework :: Django :: 1.11
49
- Framework :: Django :: 2.0
50
- Framework :: Django :: 2.1
51
48
Framework :: Django :: 2.2
52
- Framework :: Django :: 3.0
49
+ Framework :: Django :: 3.2
53
50
"""
54
51
55
52
setup (
56
53
name = 'django_coverage_plugin' ,
57
- version = '1.8 .0' ,
54
+ version = '2.0 .0' ,
58
55
description = 'Django template coverage.py plugin' ,
59
56
long_description = (
60
57
re .compile (
0 commit comments