From 7368a164c7506046a4a0b0ce2113c2aaa7800087 Mon Sep 17 00:00:00 2001 From: lord63 Date: Sun, 20 Dec 2015 20:35:46 +0800 Subject: [PATCH] Clarify the python versions that flask supports --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 52e2df64..490ac02e 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,13 @@ setup( 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules' ],