about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-23 02:50:42 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-01-23 02:50:42 +0700
commit9897b80e34bb64b138a340acd37a44c2ab02c17c (patch)
tree4a36e3276ea99f2451c1a71fc4a8e5ea92151731 /pyproject.toml
parent9bc36a8eaff0b57f39d7b2b931b1a60421fac3f6 (diff)
downloadrub-9897b80e34bb64b138a340acd37a44c2ab02c17c.tar.gz
Draft basic utilities
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 e73aab8..6f6167b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "rub"
-version = "0.0.0"
+version = "0.0.1"
 description = "A static generator"
 readme = "README.md"
 requires-python = ">=3.7"
@@ -18,5 +18,5 @@ classifiers = [
     "Operating System :: OS Independent",
     "Programming Language :: Python",
     "Topic :: Utilities" ]
-dependencies = [ "markdown-it-py" ]
+dependencies = [ "doit", "Jinja2", "markdown-it-py[linkify,plugins]" ]
 urls = { SourceHut = "https://sr.ht/~cnx/rub" }