commit | 246df813dcfd3ab0c530b01429344c1c03f94762 | [log] [tgz] |
---|---|---|
author | Jon Wayne Parrott <jonwayne@google.com> | Fri Oct 21 14:31:06 2016 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Fri Oct 21 14:31:06 2016 -0700 |
tree | 0676810723ffceae35c963413696bfc70969fa97 | |
parent | aadb3def515fb4d701586434dba559382f4984b9 [diff] [blame] |
Add python setup.py check to lint
diff --git a/setup.py b/setup.py index 32c5d02..615753d 100644 --- a/setup.py +++ b/setup.py
@@ -35,6 +35,7 @@ author_email='jonwayne+google-auth@google.com', description='Google Authentication Library', long_description=long_description, + url='https://github.com/GoogleCloudPlatform/google-auth-library-python', packages=find_packages(exclude='tests'), namespace_packages=('google',), install_requires=DEPENDENCIES,