chore: set python build system in pyproject.toml
- fix local package install - local packages requirement url format
This commit is contained in:
parent
441028a1d2
commit
0f8cb1a5ed
9 changed files with 25 additions and 4 deletions
3
api/pyproject.toml
Normal file
3
api/pyproject.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
Add table
Add a link
Reference in a new issue