@@ -19,7 +19,7 @@ def readfile(filename):
1919 url = "https://github.com/jazzband/django-fsm-log" ,
2020 license = "MIT" ,
2121 packages = find_packages (exclude = ["tests" ]),
22- install_requires = ["django>=3.2" , "django_fsm>= 2" , "django_appconf" ],
22+ install_requires = ["django>=3.2" , "django-fsm- 2" , "django_appconf" ],
2323 extras_require = {
2424 "testing" : [
2525 "pytest" ,
@@ -37,17 +37,17 @@ def readfile(filename):
3737 "Development Status :: 5 - Production/Stable" ,
3838 "Environment :: Web Environment" ,
3939 "Framework :: Django" ,
40- "Framework :: Django :: 3 .2" ,
41- "Framework :: Django :: 4.1 " ,
40+ "Framework :: Django :: 4 .2" ,
41+ "Framework :: Django :: 5.0 " ,
4242 "Intended Audience :: Developers" ,
4343 "License :: OSI Approved :: MIT License" ,
4444 "Operating System :: OS Independent" ,
4545 "Programming Language :: Python :: 3" ,
46- "Programming Language :: Python :: 3.7" ,
4746 "Programming Language :: Python :: 3.8" ,
4847 "Programming Language :: Python :: 3.9" ,
4948 "Programming Language :: Python :: 3.10" ,
5049 "Programming Language :: Python :: 3.11" ,
50+ "Programming Language :: Python :: 3.12" ,
5151 "Topic :: Software Development :: Libraries :: Python Modules" ,
5252 ],
5353)
0 commit comments