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
Up until now I've build this using setup.py, but that will go away sometime (and python 3.12 is around the corner).
Could you add some instructions on how to build this using a PEP517 installer?
The text was updated successfully, but these errors were encountered:
Using python-build, python-wheel and python-installer seems to work just fine:
python-build
python-wheel
python-installer
python -m build --wheel --no-isolation python -m installer --destdir="${pkgdir}" dist/*.whl
Would you recommend that way for packaging?
Sorry, something went wrong.
Hi @hashworks sorry for the late reply, I was on holiday. I'll have to take a look, do you have any suggestions?
As I've said in my previous message, this is what we are currently using.
No branches or pull requests
Up until now I've build this using setup.py, but that will go away sometime (and python 3.12 is around the corner).
Could you add some instructions on how to build this using a PEP517 installer?
The text was updated successfully, but these errors were encountered: