Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix plugin loading #699

Merged
merged 2 commits into from
Aug 8, 2015
Merged

Conversation

astrofrog
Copy link
Member

While investigating #697, we found that plugins don't get loaded for setuptools < 11.3. This fixes compatibility, and plugin loading now works for setuptools >= 0.6.

@ChrisBeaumont
Copy link
Member

Should we warn users at setuptools-import-time if their version is too old? Should we add an old version of setuptools to the travis build matrix?

@astrofrog
Copy link
Member Author

@ChrisBeaumont - to be honest I'm having trouble finding a version that's not compatible. I went all the way down to 0.6 and it still worked. Having said that, we could simply make one of the existing builds use setuptools 0.6 for example (no need to add a new build)

astrofrog added a commit that referenced this pull request Aug 8, 2015
@astrofrog astrofrog merged commit 96f83aa into glue-viz:master Aug 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants