Skip to content

Commit ff2c7fe

Browse files
committed
fix: update metadata in setup.py
1 parent 3d8f6f8 commit ff2c7fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
install_requires=[],
1414
url="http://en.wikipedia.org/wiki/Cpplint",
15-
download_url="https://github.com/theandrewdavis/cpplint",
15+
download_url="https://github.com/cpplint/cpplint",
1616
keywords=["lint", "python", "c++"],
17-
maintainer = 'Andrew Davis',
17+
maintainer = 'cpplint Developers',
1818
maintainer_email = 'see_github@nospam.com',
1919
classifiers=["Programming Language :: Python",
2020
"Programming Language :: Python :: 2",

0 commit comments

Comments
 (0)