PyThermostat: Replace setup.py with pyproject.toml #160
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "atse/thermostat:pyproject"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 likepython setup.py install
, which is deprecated.@ -0,0 +6,4 @@
name = "pythermostat"
version = "0.0"
authors = [{name = "M-Labs"}]
description = "Control TEC"
Needs changing
Changed in #161.