Skip to content

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

+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!

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

Thanks for pointing this out !

Sign up for freeto 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

@wyrdvans@tripped@Byron