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

Move __version__ into setup.py #29

Open
znatty22 opened this issue Sep 12, 2023 · 0 comments
Open

Move __version__ into setup.py #29

znatty22 opened this issue Sep 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@znatty22
Copy link
Member

Issue

Right now version is set in the wstler package init and then imported in the setup.py file. Because of this, when someone tries to install the package via pip install ., a bunch of module not found errors result. This is happening because Python is trying to import wstler and all of its dependencies before any of the requirements are installed.

Solution

Move __version__=foo into the setup.py file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant