forked from github/pelican
Switch build system from setuptools to Poetry
This commit is contained in:
parent
7986c17611
commit
7b67829872
1 changed files with 2 additions and 1 deletions
|
|
@ -80,4 +80,5 @@ version-strings = ["setup.py"]
|
|||
build-system = "setuptools"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools >= 40.6.0", "wheel"]
|
||||
requires = ["poetry>=1.0"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue