Add package identifiers for Python 3.8 and PyPy

This commit is contained in:
Aleksi Häkli 2019-08-30 08:49:37 +03:00
parent 331afdfab5
commit 77d878ffe3
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -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',