Add missing setup classifiers

This commit is contained in:
Paolo Melchiorre 2021-10-27 08:41:27 +02:00
parent f76e71eb73
commit 0b9f2d5f55
No known key found for this signature in database
GPG key ID: 5F8222398E1ED035
2 changed files with 3 additions and 1 deletions

View file

@ -50,6 +50,7 @@ setup(
'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',
@ -58,6 +59,7 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Utilities',
],

View file

@ -28,7 +28,7 @@ deps =
dj22: django~=2.2.17
dj31: django~=3.1.3
dj32: django~=3.2.0
dj40: django>=4.0b1,<4.1
dj40: django>=4.0b1,<4.1
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
coverage_enable_subprocess