Add setuptools installation to wheels.yml

This commit is contained in:
Joseph Henry
2022-01-13 20:04:35 -08:00
parent 4aaba086e0
commit bb2506f97c
2 changed files with 28 additions and 1 deletions

View File

@@ -56,5 +56,5 @@ python = "^3.6"
"Issue Tracker" = "https://github.com/zerotier/libzt/issues"
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["setuptools", "poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"