Add Python 3.5 to be consistent with Travis

This commit is contained in:
Thomas Schraitle 2016-04-04 10:47:21 +02:00
parent 8b3bd2054a
commit d8379ef4e2

View File

@ -33,6 +33,7 @@ config = {
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: System :: Operating System',
],
}