about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4763535..3786313 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,13 +4,13 @@ build-backend = "flit_core.buildapi"
 
 [project]
 name = "formbox"
-version = "0.4.1"
+version = "0.4.2"
 description = "Format mbox as HTML/XML"
 readme = "README.md"
 requires-python = ">=3.6"
 license = { file = "COPYING" }
-authors = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ]
-maintainers = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ]
+authors = [ { name = "Nguyễn Gia Phong", email = "cnx@loang.net" } ]
+maintainers = [ { name = "Nguyễn Gia Phong", email = "cnx@loang.net" } ]
 keywords = [ "email", "format", "html", "mbox", "template", "xml" ]
 classifiers = [
     "Development Status :: 4 - Beta",
@@ -20,6 +20,6 @@ classifiers = [
     "Programming Language :: Python",
     "Topic :: Communications :: Email",
     "Topic :: Utilities" ]
-dependencies = [ "bleach", "markdown" ]
-urls = { SourceHut = "https://sr.ht/~cnx/formbox" }
+dependencies = [ "mistune", "nh3" ]
+urls = { Source = "https://trong.loang.net/~cnx/formbox" }
 scripts = { formbox = "formbox:main" }