1
0
Fork 0
forked from github/pelican

Switch build system from setuptools to Poetry

This commit is contained in:
Justin Mayer 2020-05-10 10:18:02 +02:00
commit 7b67829872

View file

@ -80,4 +80,5 @@ version-strings = ["setup.py"]
build-system = "setuptools" build-system = "setuptools"
[build-system] [build-system]
requires = ["setuptools >= 40.6.0", "wheel"] requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"