Fix typo in setup.py.

This commit is contained in:
Valentin Lorentz 2015-12-19 19:03:04 +01:00
parent 3c6be69538
commit 83eaa42bb5

View File

@ -62,7 +62,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3 :: Only'
'Programming Language :: Python :: 3 :: Only',
'Topic :: Communications :: Chat :: Internet Relay Chat',
'Topic :: Software Development :: Testing',
],