mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 11:04:05 +01:00
setup.py: Add Python 3.5 support classifier.
This commit is contained in:
parent
e9b122c973
commit
f2e726d3e7
1
setup.py
1
setup.py
@ -199,6 +199,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.2',
|
'Programming Language :: Python :: 3.2',
|
||||||
'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',
|
||||||
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
'Topic :: Communications :: Chat :: Internet Relay Chat',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user