eclipse-basyx / basyx-python-sdk

MIT License
60 stars 28 forks source link

Migrate from setup.py to pyproject.toml #290

Closed hadijannat closed 1 month ago

hadijannat commented 2 months ago

Previously, we used setup.py for specifying our package, together with a requirements.txt for defining our dependencies.

PEP 518 introduces pyproject.toml as the new and suggested way of specifying both, build process and dependencies. With this PR, we migrate from the old setup.py and requirements.txt to using pyproject.toml.