braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
242 stars 115 forks source link

setup.py improvements #75

Closed adamchainz closed 7 years ago

adamchainz commented 7 years ago

Rehash of the rejected #73.

I visited the PyPI page as I was looking at dependencies to upgrade and found it a little bare, so I've made these changes:

jackellenberger commented 7 years ago

Thanks @adamchainz

We'll test these changes and if all goes according to plan we will merge this in shortly. Thanks for contributing!

danakatz commented 7 years ago

After further discussion, we’ve decided not to make this change — using setuptools adds an extra dependency to our library, and we’d rather not risk the potential complications this may cause for developers who build from our source distribution.

Thanks again for contributing!