mirror of https://github.com/MISP/PyMISPGalaxies
Merge pull request #10 from dogmachine/bugfix/issue9
Fix pyproject.toml as discussed in issue 9pull/11/head
commit
0d40c03cb2
|
@ -39,4 +39,4 @@ pytest-cov = "^4.0.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in New Issue