fix: build-time warning
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. See: https://github.com/overhangio/tutor/issues/836
This commit is contained in:
parent
1c8a28ac3a
commit
60fdd3ac50
2
pyproject.toml
Normal file
2
pyproject.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
Loading…
x
Reference in New Issue
Block a user