setup.py: Add Python 3.5 support classifier.

This commit is contained in:
Valentin Lorentz 2016-02-04 21:05:31 +01:00
parent e9b122c973
commit f2e726d3e7

View File

@ -199,6 +199,7 @@ setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Libraries :: Python Modules',
],