histrio/py-couchdb

package import on install

vangheem opened this issue · 2 comments

https://github.com/histrio/py-couchdb/blob/master/setup.py#L10 eventually causes an import of the requests library which can not be installed until the setup function is called and can read the install_requires value.

Just need to duplicate the version value or read from a shared file in the package to get around this problem.

flyte commented

Sorry to comment on a closed issue, but have a look at bumpversion, which can handle the version updates in multiple places if needs be. I find it very useful :)

Hi @flyte !
Nice! It will help.