mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Keep building packages via setuptools for now
While it may make sense to switch to an alternate build system (such as Poetry) at some point, at this early stage it seems prudent to designate setuptools as the build system in pyproject.toml until the more modern build system tooling matures.
This commit is contained in:
parent
daee3c2336
commit
a7e58ac3a3
1 changed files with 1 additions and 2 deletions
|
|
@ -60,5 +60,4 @@ markdown = ["markdown"]
|
|||
pelican = "pelican.__main__:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
requires = ["setuptools >= 40.6.0", "wheel"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue