Skip to content

Commit 28e52ca

Browse files
committed
Adding setuptools and wheel at build-system of pyproject.toml
1 parent aa984e0 commit 28e52ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ test = ["flake8", "freezegun", "pytest", "coverage"]
7878
#sphinx = "*"
7979

8080
[build-system]
81-
requires = ["poetry>=1.1.15"]
81+
requires = [
82+
"poetry>=1.1.15",
83+
"setuptools >= 40.1.0",
84+
"wheel"
85+
]
8286
build-backend = "poetry.core.masonry.api"
8387

8488
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)