Skip to content

Remove requires in setup.py. #80

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

Merged
merged 1 commit into from
May 21, 2014
Merged

Conversation

wyrdvans
Copy link

The requires line in setup.py causes problems when uploading the package. The requires option is no longer used when using pip and distribute.

@tripped
Copy link

tripped commented May 20, 2014

+1. Ran into this issue just now while trying to upload a recent build to a local package index, since the official distribution in pypi is nearly three years old. Removing the requires line works like a charm. This is an old merge request, but should probably be accepted!

@Byron Byron merged commit 2ea7614 into gitpython-developers:0.3 May 21, 2014
@Byron
Copy link
Member

Byron commented May 21, 2014

Thanks for pointing this out !

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

Successfully merging this pull request may close these issues.

3 participants