FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Modifying setup.py to separate duplicated content. by dhermes · Pull Request #2393 · googleapis/google-cloud-python · GitHub

Modifying setup.py to separate duplicated content. - #2393

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:preparing-setup-for-subpackages
Sep 23, 2016
Merged

Modifying setup.py to separate duplicated content.#2393
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:preparing-setup-for-subpackages

Conversation

dhermes commented Sep 22, 2016
edited
Loading

Copy link
Copy Markdown
Contributor

NOTE: Has #2392 as diffbase.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 22, 2016
dhermes force-pushed the preparing-setup-for-subpackages branch from 6f5bf6a to 487ca1a Compare September 22, 2016 23:14

daspecster left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I can't seem to get this to work the way you expect?

>>> B = {'key': 'value'}
>>> c = ([], **B)
  File "<stdin>", line 1
    c = ([], **B)
              ^
SyntaxError: invalid syntax

tseaver commented Sep 23, 2016

Copy link
Copy Markdown
Contributor

@daspecster the ** only works when passed to a callable (the setup() function, in this case).

dhermes commented Sep 23, 2016

Copy link
Copy Markdown
Contributor Author

Any issues with this PR?

@daspecster If it didn't work, then Travis wouldn't be green 😉

daspecster commented Sep 23, 2016
edited
Loading

Copy link
Copy Markdown
Contributor

@tseaver, oh right, deep down inside I knew that.

@dhermes yeah I realized that. I wasn't sure exactly how tox used setup.py or if it cared.

dhermes merged commit 2f8b811 into googleapis:master Sep 23, 2016
dhermes deleted the preparing-setup-for-subpackages branch September 23, 2016 16:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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. packaging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL