Skip to content

Commit 35a3f61

Browse files
Added Python versions to setup.py classifiers.
1 parent 6fdf2bb commit 35a3f61

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

setup.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,20 @@ def get_text_from_file(fn):
5656
get_text_from_file("README.rst"),
5757
get_text_from_file("HELP.rst"),
5858
get_text_from_file("CHANGES.rst")]),
59-
# Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
59+
# Get more strings from https://pypi.org/classifiers/
6060
classifiers=[
61+
"Development Status :: 5 - Production/Stable",
6162
"Programming Language :: Python",
63+
"Programming Language :: Python :: 2",
64+
"Programming Language :: Python :: 2.7",
6265
"Programming Language :: Python :: 3",
66+
"Programming Language :: Python :: 3.4",
67+
"Programming Language :: Python :: 3.5",
68+
"Programming Language :: Python :: 3.6",
69+
"Programming Language :: Python :: 3.7",
6370
"Framework :: Buildout",
6471
"Topic :: Software Development :: Libraries :: Python Modules"],
65-
keywords='',
72+
keywords='buildout extension vcs git develop',
6673
author='Florian Schulze',
6774
author_email='[email protected]',
6875
url='http://github.com/fschulze/mr.developer',

0 commit comments

Comments
 (0)