mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Add package identifiers for Python 3.8 and PyPy
This commit is contained in:
parent
331afdfab5
commit
77d878ffe3
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -55,6 +55,9 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Internet :: Log Analysis',
|
||||
'Topic :: Security',
|
||||
'Topic :: System :: Logging',
|
||||
|
|
|
|||
Loading…
Reference in a new issue