@@ -10,7 +10,7 @@ def readfile(filename):
1010
1111setup (
1212 name = 'django-fsm-log' ,
13- version = '2 .0.2 -dev' ,
13+ version = '3 .0.0 -dev' ,
1414 description = 'Logging for django-fsm' ,
1515 long_description = readfile ('README.md' ),
1616 long_description_content_type = 'text/markdown' ,
@@ -32,20 +32,17 @@ def readfile(filename):
3232 'Development Status :: 5 - Production/Stable' ,
3333 'Environment :: Web Environment' ,
3434 'Framework :: Django' ,
35- 'Framework :: Django :: 1.11' ,
36- 'Framework :: Django :: 2.0' ,
37- 'Framework :: Django :: 2.1' ,
3835 'Framework :: Django :: 2.2' ,
39- 'Framework :: Django :: 3.0' ,
36+ 'Framework :: Django :: 3.2' ,
37+ 'Framework :: Django :: 4.0' ,
4038 'Intended Audience :: Developers' ,
4139 'License :: OSI Approved :: MIT License' ,
4240 'Operating System :: OS Independent' ,
4341 'Programming Language :: Python :: 3' ,
44- 'Programming Language :: Python :: 3.4' ,
45- 'Programming Language :: Python :: 3.5' ,
46- 'Programming Language :: Python :: 3.6' ,
4742 'Programming Language :: Python :: 3.7' ,
4843 'Programming Language :: Python :: 3.8' ,
44+ 'Programming Language :: Python :: 3.9' ,
45+ 'Programming Language :: Python :: 3.10' ,
4946 'Topic :: Software Development :: Libraries :: Python Modules' ,
5047 ]
5148)
0 commit comments