mirror of
https://github.com/romanz/amodem.git
synced 2026-04-18 12:16:00 +08:00
setup.py: add Python 3.4 to supported list
This commit is contained in:
1
setup.py
1
setup.py
@@ -43,6 +43,7 @@ setup(
|
|||||||
"Operating System :: POSIX",
|
"Operating System :: POSIX",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
"Programming Language :: Python :: 3.3",
|
"Programming Language :: Python :: 3.3",
|
||||||
|
"Programming Language :: Python :: 3.4",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
"Topic :: System :: Networking",
|
"Topic :: System :: Networking",
|
||||||
"Topic :: Communications",
|
"Topic :: Communications",
|
||||||
|
|||||||
Reference in New Issue
Block a user