Skip to content

Commit

Permalink
[EN-2046] poetry recommendations on PEP517
Browse files Browse the repository at this point in the history
  • Loading branch information
iamishalkin committed Oct 7, 2020
1 parent 4cc9a00 commit daede50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ post_build = 'task clear'
post_test = 'task clear'

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

0 comments on commit daede50

Please sign in to comment.