@@ -10,7 +10,7 @@ def readfile(filename):
1010
1111setup (
1212 name = 'django-fsm-log' ,
13- version = '1.6.2 ' ,
13+ version = '1.7.0 ' ,
1414 description = 'Logging for django-fsm' ,
1515 long_description = readfile ('README.md' ),
1616 long_description_content_type = 'text/markdown' ,
@@ -32,21 +32,20 @@ def readfile(filename):
3232 'Development Status :: 5 - Production/Stable' ,
3333 'Environment :: Web Environment' ,
3434 'Framework :: Django' ,
35- 'Framework :: Django :: 1.8' ,
36- 'Framework :: Django :: 1.10' ,
3735 'Framework :: Django :: 1.11' ,
3836 'Framework :: Django :: 2.0' ,
3937 'Framework :: Django :: 2.1' ,
38+ 'Framework :: Django :: 2.2' ,
39+ 'Framework :: Django :: 3.0' ,
4040 'Intended Audience :: Developers' ,
4141 'License :: OSI Approved :: MIT License' ,
4242 'Operating System :: OS Independent' ,
43- 'Programming Language :: Python' ,
44- 'Programming Language :: Python :: 2' ,
45- 'Programming Language :: Python :: 2.7' ,
4643 'Programming Language :: Python :: 3' ,
4744 'Programming Language :: Python :: 3.4' ,
4845 'Programming Language :: Python :: 3.5' ,
4946 'Programming Language :: Python :: 3.6' ,
47+ 'Programming Language :: Python :: 3.7' ,
48+ 'Programming Language :: Python :: 3.8' ,
5049 'Topic :: Software Development :: Libraries :: Python Modules' ,
5150 ]
5251)
0 commit comments