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

Fix repeated kwarg issue in setup.py #3

Merged
merged 1 commit into from Oct 5, 2015

Conversation

foosel
Copy link
Contributor

@foosel foosel commented Oct 5, 2015

requires was already set in the call, causing issues when
trying to install that plugin.

Setting plugin_requires in the configuration section of
setup.py instead and removing the second requires
parameter fixes that.

`requires` was already set in the call, causing issues when
trying to install that plugin.

Setting `plugin_requires` in the configuration section of 
`setup.py` instead and removing the second `requires`
parameter fixes that.
BillyBlaze pushed a commit that referenced this pull request Oct 5, 2015
Fix repeated kwarg issue in setup.py
@BillyBlaze BillyBlaze merged commit 192f9b9 into BillyBlaze:master Oct 5, 2015
@BillyBlaze
Copy link
Owner

ouch that was not smart, thank you very much for the pull request :) 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants