Closed maurerle closed 8 months ago
This fixes the build for a latest 3.11 python release.
It also makes the package compatible with less tight version requirements and gives an easy install.
as setup.py is deprecated, this is now compatible with pyproject.toml and has a easy way to start the application in dev mode as aas_editor.
aas_editor
If the basyx-python-sdk changes were provided upstream, this could also be released on pypi as a package.
basyx-python-sdk
Hey @maurerle! Big thanks for the PR. 🚀 Your fix for the Python 3.11 build and the shift to pyproject.toml is awesome.
This fixes the build for a latest 3.11 python release.
It also makes the package compatible with less tight version requirements and gives an easy install.
as setup.py is deprecated, this is now compatible with pyproject.toml and has a easy way to start the application in dev mode as
aas_editor
.If the
basyx-python-sdk
changes were provided upstream, this could also be released on pypi as a package.