Added Plone 5.1 classifier to setup.py.

[ci skip]
This commit is contained in:
Maurits van Rees 2016-08-12 22:38:26 +02:00
parent edbca5d71e
commit 7d9a3923e6
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ setup(name='plone.app.discussion',
classifiers=[
"Framework :: Plone",
"Framework :: Plone :: 5.0",
"Framework :: Plone :: 5.1",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
],