@@ -56,13 +56,20 @@ def get_text_from_file(fn):
56
56
get_text_from_file ("README.rst" ),
57
57
get_text_from_file ("HELP.rst" ),
58
58
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/
60
60
classifiers = [
61
+ "Development Status :: 5 - Production/Stable" ,
61
62
"Programming Language :: Python" ,
63
+ "Programming Language :: Python :: 2" ,
64
+ "Programming Language :: Python :: 2.7" ,
62
65
"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" ,
63
70
"Framework :: Buildout" ,
64
71
"Topic :: Software Development :: Libraries :: Python Modules" ],
65
- keywords = '' ,
72
+ keywords = 'buildout extension vcs git develop ' ,
66
73
author = 'Florian Schulze' ,
67
74
68
75
url = 'http://github.com/fschulze/mr.developer' ,
0 commit comments