Added Python 3.8 to classifiers in setup.py.

[ci skip]
This commit is contained in:
Maurits van Rees 2020-03-28 01:22:29 +01:00
parent 7ed49b250b
commit 251a875fae
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ setup(name='plone.app.discussion',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
keywords='plone discussion',
author='Timo Stollenwerk - Plone Foundation',