diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2024-06-28 15:40:22 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2024-06-28 15:40:22 +0900 |
commit | 0265868c4d27b6c232a2bbba0408eb5f02ec2272 (patch) | |
tree | 25d251c1f283e20726339e6e11510271c9205f4d /pyproject.toml | |
parent | ecfcc0a5b362bfeecd120ce389e751d7d5acc7c6 (diff) | |
download | formbox-1.0.0.tar.gz |
Support maildir format 1.0.0
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 eb08fab..f009a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "formbox" -version = "0.4.3" +version = "1.0.0" description = "Format mbox as HTML/XML" readme = "README.md" requires-python = ">=3.6" @@ -13,7 +13,7 @@ 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", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", |