closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Unify closeio/closeio_api on PyPi #72

Closed thomasst closed 7 years ago

thomasst commented 8 years ago

Currently, pip install closeio install version 0.3 of the API client, and pip install closeio_api installs version 0.1 of the API client. setup.py claims the latest version is 0.4, and the latest version in master is different, too. We should unify this, and also update the README.

zevaverbach commented 7 years ago

This would have saved me 45 mins of trouble today!

wojcikstefan commented 7 years ago

pip install closeio installs the correct version now (closeio==0.4). I also hid the old closeio_api release so that https://pypi.python.org/pypi/closeio_api returns a 404.

Sorry you ran into this issue @zevaverbach!