adds Django 4 / Python 3.9 & 3.10 to classifiers

This commit is contained in:
Pouria Hadjibagheri 2021-12-27 11:39:21 +00:00
parent ec727107e6
commit d8310bf465
No known key found for this signature in database
GPG key ID: B0F90B052A424A3F

View file

@ -102,6 +102,8 @@ setup(
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
@ -109,6 +111,8 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: JavaScript',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Multimedia :: Graphics',