aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e467c66..56b91d6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
dependencies = ["markdown", "py-gfm"]
[project.optional-dependencies]
-dev = ["check-manifest", "black"]
+dev = ["check-manifest", "black", "pyflakes", "mypy", "types-Markdown"]
test = ["coverage"]
[project.urls]
@@ -34,6 +34,6 @@ test = ["coverage"]
[project.scripts]
smp = "smp:main"
-#skaldpress = "skaldpress:main"
+skaldpress = "skaldpress.main:main"
[tool.setuptools]