mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 15:20:56 +00:00
de0093aa8d
Installing from source triggers a warning on pip 23.0.1 if pyproject.toml is not present. Building does not require any special dependencies, so we just add a simple pyproject.toml file. Close #836
3 lines
50 B
TOML
3 lines
50 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|