about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-20 04:42:43 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-20 04:45:51 +0900
commit38ab620c055e31568a792cef1c278aa608db7cf8 (patch)
treee5c049a9dc833d8845c079982fb293f92c24dc09 /pyproject.toml
parent9897b80e34bb64b138a340acd37a44c2ab02c17c (diff)
downloadrub-38ab620c055e31568a792cef1c278aa608db7cf8.tar.gz
Switch to XML templating
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6f6167b..50e3fab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,16 +7,15 @@ name = "rub"
 version = "0.0.1"
 description = "A static generator"
 readme = "README.md"
-requires-python = ">=3.7"
+requires-python = ">=3.8"
 license = { file = "COPYING" }
 authors = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ]
-maintainers = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ]
-keywords = [ "ssg", "feed", "markdown" ]
+keywords = [ "ssg", "feed", "xml" ]
 classifiers = [
     "Development Status :: 1 - Planning",
     "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
     "Operating System :: OS Independent",
     "Programming Language :: Python",
     "Topic :: Utilities" ]
-dependencies = [ "doit", "Jinja2", "markdown-it-py[linkify,plugins]" ]
-urls = { SourceHut = "https://sr.ht/~cnx/rub" }
+dependencies = [ "doit", "lxml" ]
+urls = { Documentation = "https://rub.parody" }