File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 2222 "Programming Language :: C++" ,
2323 "License :: Freely Distributable" ],
2424 description = "An automated checker to make sure a C++ file follows Google's C++ style guide" ,
25- long_description = """This is an automated checker to make sure a C++ file follows Google's C++ style
26- guide (https://google.github.io/styleguide/cppguide.html). As it heavily relies
27- on regular expressions, cpplint.py won't catch all violations of the style
28- guide and will very occasionally report a false positive. There is a list of
29- things we currently don't handle very well at the top of cpplint.py, and we
30- welcome patches to improve it.
31-
32- This version includes some fixes and additional features. For the original
33- Google version, see https://github.com/google/styleguide/.""" )
25+ long_description = open ('README.rst' ).read ())
You can’t perform that action at this time.
0 commit comments