Skip to content
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

Merged
merged 3 commits into from Feb 22, 2018
Merged

Conversation

theacodes
Copy link
Contributor

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.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 22, 2018
@@ -1,4 +1,4 @@
# Copyright 2016 Google LLC
# Copyright 2018, Google LLC

This comment was marked as spam.

This comment was marked as spam.

'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.

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.

@theacodes theacodes merged commit b6f5392 into googleapis:master Feb 22, 2018
@theacodes theacodes deleted the normalize-setups branch February 22, 2018 18:29
atulep pushed a commit that referenced this pull request Apr 3, 2023
atulep pushed a commit that referenced this pull request Apr 18, 2023
parthea pushed a commit that referenced this pull request Jun 4, 2023
parthea pushed a commit that referenced this pull request Jul 6, 2023
parthea pushed a commit that referenced this pull request Sep 22, 2023
parthea pushed a commit that referenced this pull request Sep 22, 2023
parthea pushed a commit that referenced this pull request Sep 22, 2023
parthea pushed a commit that referenced this pull request Sep 22, 2023
parthea pushed a commit that referenced this pull request Sep 22, 2023
parthea pushed a commit that referenced this pull request Oct 21, 2023
parthea pushed a commit that referenced this pull request Oct 21, 2023
parthea pushed a commit that referenced this pull request Oct 21, 2023
parthea pushed a commit that referenced this pull request Oct 22, 2023
parthea pushed a commit that referenced this pull request Oct 22, 2023
parthea pushed a commit that referenced this pull request Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants