We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pip install gdscript_docs_maker
I'm submitting a...
What is the current behavior?
gdscript_docs_maker doesn't install correctly.
gdscript_docs_maker
This is probably related to a broken make build script.
make build
Currently no python module or script is packaged when running it.
What is the expected behavior?
python3 -m gdscript_docs_maker runs the correct python module.
python3 -m gdscript_docs_maker
Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.
I run this code on an updated Manjaro Linux distro. Python and pip are defaulted to version 3.
The text was updated successfully, but these errors were encountered:
It seems that PyPi packages don't contain the correct Python files since v1.2.0.
v1.2.0
I created a small script to inspect the content of v.1.2.0 and v.1.5.0
v.1.2.0
v.1.5.0
https://gist.github.com/davcri/11c47911408d3e748f8e6853e0ab90a2
Output here:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm submitting a...
Bug report
What is the current behavior?
gdscript_docs_maker
doesn't install correctly.This is probably related to a broken
make build
script.Currently no python module or script is packaged when running it.
What is the expected behavior?
python3 -m gdscript_docs_maker
runs the correct python module.Tell us the steps to reproduce the bug, and if possible share a minimal demo of the problem.
I run this code on an updated Manjaro Linux distro. Python and pip are defaulted to version 3.
The text was updated successfully, but these errors were encountered: