Add Python 3.5 to Trove Classifiers
authorKubilay Kocak <koobs@users.noreply.github.com>
Thu, 4 Aug 2016 08:17:49 +0000 (18:17 +1000)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2016 08:17:49 +0000 (18:17 +1000)
README.rst currently states "can run on Python 2.7.x and 3.x ."

Python 3.5 is the latest minor release, and we like PEP20 so explicitly
add Python 3.5 to the list of Trove Classifiers so it's clear to users
(and downstream OS packagers) that 3.5 is OK.

setup.py

index 10f509425497b7aafdb1c549a2dad9e2a3b64178..b36df7bf3407ca3f6b77677b3b4a666e91ade1c5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setup(name='rainbowstream',
           "Programming Language :: Python :: 3.2",
           "Programming Language :: Python :: 3.3",
           "Programming Language :: Python :: 3.4",
+          "Programming Language :: Python :: 3.5",
           "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
           "Topic :: Utilities",
           "License :: OSI Approved :: MIT License",