Skip to content

Commit 1d25239

Browse files
committed
Workaround suggested at python-poetry/poetry#3153 (comment)
1 parent 715c7ce commit 1d25239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "exact_cover"
3-
version = "0.3.2"
3+
version = "0.4.0-alpha.0"
44
description = "Solve exact cover problems"
55
readme = "README.md"
66
authors = ["Moy Easwaran"]
@@ -26,5 +26,5 @@ script = "build.py"
2626
test = 'build:test'
2727

2828
[build-system]
29-
requires = ["poetry-core>=1.0.0"]
29+
requires = ["setuptools", "poetry-core>=1.0.0"]
3030
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)