PyThermostat: Replace setup.py with pyproject.toml #160

Merged
sb10q merged 1 commits from atse/thermostat:pyproject into master 2024-11-25 13:28:18 +08:00
Contributor

Per PIP 518, pyproject.toml is the one Python Project dependency format.

Note: setup.py is not deprecated, but avoided here because it might suggest the use of python setup.py commands like python setup.py install, which is deprecated.

Per [PIP 518](https://peps.python.org/pep-0518/), pyproject.toml is the one Python Project dependency format. Note: setup.py is [not deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/), but avoided here because it might suggest the use of `python setup.py` commands like `python setup.py install`, which _is_ deprecated.
atse added 1 commit 2024-11-25 13:26:34 +08:00
sb10q reviewed 2024-11-25 13:28:07 +08:00
@ -0,0 +6,4 @@
name = "pythermostat"
version = "0.0"
authors = [{name = "M-Labs"}]
description = "Control TEC"
Owner

Needs changing

Needs changing
Author
Contributor

Changed in #161.

Changed in #161.
atse marked this conversation as resolved
sb10q merged commit 130bde480e into master 2024-11-25 13:28:18 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/thermostat#160
No description provided.