From: Kubilay Kocak Date: Thu, 4 Aug 2016 08:17:49 +0000 (+1000) Subject: Add Python 3.5 to Trove Classifiers X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=86bfb662c0dce766a6d7457eeaf47d03f52eafb6;ds=inline Add Python 3.5 to Trove Classifiers 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. --- diff --git a/setup.py b/setup.py index 10f5094..b36df7b 100644 --- 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",