Add Python 3.6 classifier in setup.py

This commit is contained in:
Guillaume Ayoub 2017-03-04 14:37:58 +01:00
parent 8fbb094878
commit 9900251b8b

View File

@ -85,4 +85,5 @@ setup(
"Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Topic :: Office/Business :: Groupware"]) "Topic :: Office/Business :: Groupware"])