|
11 | 11 | ] |
12 | 12 | }, |
13 | 13 | 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++'], |
17 | 17 | maintainer = 'cpplint Developers', |
18 | 18 | 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', |
33 | 33 | long_description=open('README.rst').read()) |
0 commit comments