Skip to content

Commit daede50

Browse files
committed
[EN-2046] poetry recommendations on PEP517
1 parent 4cc9a00 commit daede50

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
@@ -60,5 +60,5 @@ post_build = 'task clear'
6060
post_test = 'task clear'
6161

6262
[build-system]
63-
requires = ['poetry>=0.12', 'cython']
64-
build-backend = 'poetry.masonry.api'
63+
requires = ['poetry_core>=1.0.0', 'setuptools']
64+
build-backend = 'poetry.core.masonry.api'

0 commit comments

Comments
 (0)