ebay-oauth-python-client icon indicating copy to clipboard operation
ebay-oauth-python-client copied to clipboard

Make the module work with pip

Open Johennes opened this issue 6 years ago • 0 comments
trafficstars

It seems that currently the module can only be used from a source checkout. It'd be nice if this was installable with pip. I did a few tests for this here and I think all that'd be needed is a simple setup.py file, an adaption of a few import statements and potentially a package rename (since oauthclient is rather unspecific and might lead to collisions).

Johennes avatar Sep 01 '19 18:09 Johennes