Update setup.py to show python 3.5 compatibility explicitly

This commit is contained in:
Dana Powers
2015-12-04 11:17:45 -08:00
parent 71a789133b
commit 25a220fd08

View File

@@ -64,6 +64,7 @@ setup(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
]