Skip to content

Commit 2859186

Browse files
Fix #2: sync PyPi README with GitHub readme
1 parent 428886b commit 2859186

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

setup.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,4 @@
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())

0 commit comments

Comments
 (0)