Open scottyphillips opened 1 year ago
What about using Poetry ? Settings are super simple. Setup.py replacement: https://github.com/SeraphicCorp/py-switchbot-api/blob/main/pyproject.toml Github Action: https://github.com/SeraphicCorp/py-switchbot-api/blob/main/.github/workflows/release.yml Pipy settings: https://pypi.org/manage/account/publishing/
That looks very interesting I will take a look thank you!
Ive been using setup.py forever but it might be better to follow the more up to date guide for publishing packages.
https://packaging.python.org/en/latest/tutorials/packaging-projects/
This would require a new metadata layout.