mirror of
https://github.com/vale981/binfootprint
synced 2025-03-05 09:11:40 -05:00
build system does not require poetry
This commit is contained in:
parent
9b02f0db9a
commit
333292568e
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@ numpy = "^1.5.1"
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry>=0.12", "setuptools"]
|
requires = ["poetry>=0.12"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Add table
Reference in a new issue