Skip to content

Commit c1c205b

Browse files
committed
Merge pull request pallets#1661 from lord63-forks/clarify-version
Clarify the python versions that flask supports
2 parents 9f4cbb9 + 7368a16 commit c1c205b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ def hello():
8181
'License :: OSI Approved :: BSD License',
8282
'Operating System :: OS Independent',
8383
'Programming Language :: Python',
84+
'Programming Language :: Python :: 2',
85+
'Programming Language :: Python :: 2.6',
86+
'Programming Language :: Python :: 2.7',
8487
'Programming Language :: Python :: 3',
88+
'Programming Language :: Python :: 3.3',
89+
'Programming Language :: Python :: 3.4',
90+
'Programming Language :: Python :: 3.5',
8591
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
8692
'Topic :: Software Development :: Libraries :: Python Modules'
8793
],

0 commit comments

Comments
 (0)