File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1818 maintainer_email = 'see_github@nospam.com' ,
1919 classifiers = ["Programming Language :: Python" ,
2020 "Programming Language :: Python :: 2" ,
21+ "Programming Language :: Python :: 2.6" ,
22+ "Programming Language :: Python :: 2.7" ,
2123 "Programming Language :: Python :: 3" ,
24+ "Programming Language :: Python :: 3.2" ,
25+ "Programming Language :: Python :: 3.3" ,
26+ "Programming Language :: Python :: 3.4" ,
27+ "Programming Language :: Python :: 3.5" ,
2228 "Programming Language :: C++" ,
29+ "Development Status :: 5" ,
30+ "Environment :: Console" ,
31+ "Topic :: Software Development :: Quality Assurance" ,
2332 "License :: Freely Distributable" ],
2433 description = "An automated checker to make sure a C++ file follows Google's C++ style guide" ,
2534 long_description = open ('README.rst' ).read ())
You can’t perform that action at this time.
0 commit comments