代码拉取完成,页面将自动刷新
from setuptools import setup
setup(name='cpplint',
version='0.0.5',
py_modules=['cpplint', 'nitpick'],
# generate platform specific start script
entry_points={
'console_scripts': [
'cpplint = cpplint:main',
'nitpick = nitpick:main',
]
},
install_requires=[],
url="http://en.wikipedia.org/wiki/Cpplint",
download_url="https://github.com/TheOstrichIO/cpplint",
keywords=["lint", "python", "c++"],
maintainer = 'Thibault Kruse, Itamar Ostricher',
maintainer_email = 'see_github@nospam.com',
classifiers=["Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 3",
"Programming Language :: C++",
"License :: Freely Distributable"],
description="This is automated checker to make sure a C++ file follows Google's C++ style guide",
long_description="""This is automated checker to make sure a C++ file follows Google's C++ style
guide (http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml). As it
heavily relies on regular expressions, cpplint.py won't catch all violations of
the style guide and will very occasionally report a false positive. There is a
list of things we currently don't handle very well at the top of cpplint.py,
and we welcome patches to improve it.
Original SVN download URL: http://google-styleguide.googlecode.com/svn/trunk/cpplint/""")
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。