Add Python 3.5

This commit is contained in:
Iacopo Spalletti 2015-10-17 18:11:57 +02:00
commit aa84f8b63a
3 changed files with 30 additions and 9 deletions

View file

@ -74,5 +74,6 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
)