-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Normalize all setup.py files #4909
Conversation
api_core/setup.py
Outdated
@@ -1,4 +1,4 @@ | |||
# Copyright 2016 Google LLC | |||
# Copyright 2018, Google LLC |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
api_core/setup.py
Outdated
'Development Status :: 4 - Beta', | ||
package_root = os.path.abspath(os.path.dirname(__file__)) | ||
|
||
with io.open(os.path.join(package_root, 'README.rst')) as readme_file: |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
api_core/setup.py
Outdated
long_description=readme, | ||
install_requires=dependencies, | ||
extras_require=extras, | ||
packages=setuptools.find_packages(exclude=('tests*',)), |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This was done with this script: https://gist.github.com/jonparrott/34fa5e883ddff596a0a4529199022bb2
/cc @lukesneeringer the generator should be updated to output setup.py files in this format.