setup.py: add Python 3.4 to supported list

This commit is contained in:
Roman Zeyde
2014-10-14 19:35:15 +03:00
parent 6bc5608bf5
commit 1196c2c25e

View File

@@ -43,6 +43,7 @@ setup(
"Operating System :: POSIX",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: System :: Networking",
"Topic :: Communications",