Skip to content

Conversation

@joncotton
Copy link
Contributor

setup.py now accesses the version information without importing the module, which caused problems. __init__.py is the canonical location now, which is better I think. client.py avoids circular imports by only importing the version when it needs it.

Follow up to changes in 563de9d

There were circular import issues most notably during install. `setup.py` now grabs the version information without having to import the module (which led to importing other modules which isn't appropriate during setup.py activities).
@se3000
Copy link
Contributor

se3000 commented Aug 30, 2013

+1

joncotton added a commit that referenced this pull request Nov 15, 2013
Fix version import. `__init__.py` is the canonical location
@joncotton joncotton merged commit e8fedb3 into embedly:master Nov 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants