diff options
author | Qrius <[email protected]> | 2025-03-05 08:41:05 +0100 |
---|---|---|
committer | Qrius <[email protected]> | 2025-03-05 08:41:08 +0100 |
commit | 313e059f367f2ac291cd409e77d22673f9595848 (patch) | |
tree | 6440ebdd65e015f8c6b0147fd8eb5f877f35c34e /pyproject.toml | |
parent | 5fb097851d88b42188ee0502270d8c336102783a (diff) | |
download | skaldpress-313e059f367f2ac291cd409e77d22673f9595848.tar.gz skaldpress-313e059f367f2ac291cd409e77d22673f9595848.zip |
First iteration of py skaldpress version
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
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] |