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

setup.py imports SPARQLWrapper before install_requires can be run #113

Closed
cottrell opened this issue May 20, 2018 · 5 comments
Closed

setup.py imports SPARQLWrapper before install_requires can be run #113

cottrell opened this issue May 20, 2018 · 5 comments

Comments

@cottrell
Copy link
Contributor

Not a huge deal but everyone will hit this if they import mods specified in install_requires I think.

See note here:

#86

@dayures
Copy link
Contributor

dayures commented May 25, 2018

@cottrell What do you think to use something like https://gist.github.com/techtonik/4066623 in order to remove the import ?

@cottrell
Copy link
Contributor Author

cottrell commented May 25, 2018 via email

@dayures
Copy link
Contributor

dayures commented May 25, 2018

@cottrell maybe there are better solutions, but I didn't find them. Do you have any suggestion?

@cottrell
Copy link
Contributor Author

@dayures #115

@dayures
Copy link
Contributor

dayures commented Jun 1, 2018

from PEP 396 -- Module Version Numbers specification:

The version attribute in a classic distutils setup.py file, or the PEP 345 Version metadata field SHOULD be derived from the version field, or vice versa.

@dayures dayures closed this as completed in ff83721 Jun 1, 2018
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

No branches or pull requests

2 participants