Remove build-system dependency on setuptools and wheel

This commit is contained in:
Arjan Molenaar 2019-06-14 13:07:20 +02:00
parent bb341c4dfc
commit b1d0bfa292

View File

@ -74,5 +74,5 @@ gaphorconvert = 'gaphor.tools.gaphorconvert:main'
"elementeditor" = "gaphor.ui.elementeditor:ElementEditor"
[build-system]
requires = ["setuptools", "wheel", "poetry>=0.12"]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"