Skip to content

Commit 0bc9cf9

Browse files
committed
style: make quotes consistent in setup.py
1 parent c3f0e30 commit 0bc9cf9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

setup.py

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
]
1212
},
1313
install_requires=[],
14-
url="http://en.wikipedia.org/wiki/Cpplint",
15-
download_url="https://github.com/cpplint/cpplint",
16-
keywords=["lint", "python", "c++"],
14+
url='http://en.wikipedia.org/wiki/Cpplint',
15+
download_url='https://github.com/cpplint/cpplint',
16+
keywords=['lint', 'python', 'c++'],
1717
maintainer = 'cpplint Developers',
1818
maintainer_email = 'see_github@nospam.com',
19-
classifiers=["Programming Language :: Python",
20-
"Programming Language :: Python :: 2",
21-
"Programming Language :: Python :: 2.7",
22-
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.4",
24-
"Programming Language :: Python :: 3.5",
25-
"Programming Language :: Python :: 3.6",
26-
"Programming Language :: Python :: 3.7",
27-
"Programming Language :: C++",
28-
"Development Status :: 5 - Production/Stable",
29-
"Environment :: Console",
30-
"Topic :: Software Development :: Quality Assurance",
31-
"License :: Freely Distributable"],
32-
description="An automated checker to make sure a C++ file follows Google's C++ style guide",
19+
classifiers=['Programming Language :: Python',
20+
'Programming Language :: Python :: 2',
21+
'Programming Language :: Python :: 2.7',
22+
'Programming Language :: Python :: 3',
23+
'Programming Language :: Python :: 3.4',
24+
'Programming Language :: Python :: 3.5',
25+
'Programming Language :: Python :: 3.6',
26+
'Programming Language :: Python :: 3.7',
27+
'Programming Language :: C++',
28+
'Development Status :: 5 - Production/Stable',
29+
'Environment :: Console',
30+
'Topic :: Software Development :: Quality Assurance',
31+
'License :: Freely Distributable'],
32+
description='An automated checker to make sure a C++ file follows Google\'s C++ style guide',
3333
long_description=open('README.rst').read())

0 commit comments

Comments
 (0)