mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add Pelican entry point to pyproject.toml
Otherwise, the `pelican` CLI command may not be available when installing via Poetry.
This commit is contained in:
parent
a52c67d42c
commit
3aacc114fd
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ flake8-import-order = "^0.18.1"
|
|||
[tool.poetry.extras]
|
||||
markdown = ["markdown"]
|
||||
|
||||
[tool.poetry.scripts]
|
||||
pelican = "pelican.__main__:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
build-backend = "poetry.masonry.api"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue