traveltime-dev / traveltime-python-sdk

TravelTime SDK for Python programming language
https://docs.traveltime.com/
MIT License
20 stars 5 forks source link

Migrate from setuptools to pyproject #124

Closed danielnaumau closed 4 months ago

danielnaumau commented 4 months ago

https://packaging.python.org/en/latest/guides/modernize-setup-py-project/

pawel-wroniszewski commented 4 months ago

Also use "python -m build" instead of "python setup.py sdist bdist_wheel", as calling setup.py directly is deprecated. The "build" package needs to be installed first. https://packaging.python.org/en/latest/discussions/setup-py-deprecated/#setup-py-deprecated

arnasbr commented 4 months ago

https://github.com/traveltime-dev/traveltime-python-sdk/pull/125