pyproject.toml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
This commit is contained in:
parent
054e9ce8ce
commit
6aca75d2cb
19 changed files with 88 additions and 10 deletions
|
@ -14,5 +14,9 @@ python = ">=3.6;<3.12"
|
|||
# [tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
requires = ["setuptools >= 61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = "src"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue