From 86bfb662c0dce766a6d7457eeaf47d03f52eafb6 Mon Sep 17 00:00:00 2001 From: Kubilay Kocak Date: Thu, 4 Aug 2016 18:17:49 +1000 Subject: [PATCH 1/1] 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. --- setup.py | 1 + 1 file changed, 1 insertion(+) 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", -- 2.25.1