Closed davispuh closed 10 months ago
This allows to easily package/install it
$ python -m build --wheel --no-isolation $ python -m installer --destdir=$DEST dist/*.whl
There are many different build backends you can use but setuptools is well known "default" choice. You can switch to any other if you like them better etc.
setuptools
See:
I will update the PKGBUILD once this is merged
This allows to easily package/install it
There are many different build backends you can use but
setuptools
is well known "default" choice. You can switch to any other if you like them better etc.See: