Skip to content

Commit cb3d0b9

Browse files
committed
Merge pull request pallets#436 from teebes/master
Specifying Python version metadata in setup
2 parents 561775c + 8216e03 commit cb3d0b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def run(self):
100100
'License :: OSI Approved :: BSD License',
101101
'Operating System :: OS Independent',
102102
'Programming Language :: Python',
103+
'Programming Language :: Python :: 2.5',
104+
'Programming Language :: Python :: 2.6',
105+
'Programming Language :: Python :: 2.7',
103106
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
104107
'Topic :: Software Development :: Libraries :: Python Modules'
105108
],

0 commit comments

Comments
 (0)