Skip to content

Commit c5a25ed

Browse files
Merge pull request #80 from agronholm/master
Added Python version classifiers to setup.py
2 parents ab3853e + 3dd12d0 commit c5a25ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ def make_release_tree(self, base_dir, files):
107107
'Development Status :: 4 - Beta',
108108
'Intended Audience :: Developers',
109109
'License :: OSI Approved :: MIT License',
110+
'Programming Language :: Python',
111+
'Programming Language :: Python :: 3',
112+
'Programming Language :: Python :: 2.7',
113+
'Programming Language :: Python :: 3.4',
110114
'Topic :: Software Development :: Libraries',
111115
'Topic :: Software Development :: Version Control',
112116
'Topic :: System :: Software Distribution',

0 commit comments

Comments
 (0)