mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Add Python 3.8 to setup.py classifiers.
This commit is contained in:
parent
910089597e
commit
793cb45960
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -28,6 +28,7 @@ setup(
|
|||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'License :: OSI Approved :: MIT License',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue