summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-08-20 13:51:23 +0200
committerJustin Mayer <entroP@gmail.com>2020-08-20 13:51:23 +0200
commite11a7de051e3a8bb0158ba462bc8e69322047bf0 (patch)
tree2e8e49c971dffe24d81f2cd9f5e4e33db630f841 /pyproject.toml
parent94bdcb7f185e14b9ef946ff5cc49b800e9aaad70 (diff)
downloadpelican-e11a7de051e3a8bb0158ba462bc8e69322047bf0.tar.gz
Add missing Pelican entry points to pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4456c913..ce86ef72 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -67,6 +67,10 @@ markdown = ["markdown"]
[tool.poetry.scripts]
pelican = "pelican.__main__:main"
+pelican-import = "pelican.tools.pelican_import:main"
+pelican-plugins = "pelican.plugins._utils:list_plugins"
+pelican-quickstart = "pelican.tools.pelican_quickstart:main"
+pelican-themes = "pelican.tools.pelican_themes:main"
[tool.autopub]
project-name = "Pelican"