diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2b03df5..5b94391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,9 +6,10 @@ build-backend = "flit_core.buildapi" name = "fead" description = "Advert generator from web feeds" readme = "README.md" -requires-python = ">=3.6" +requires-python = ">=3.11" license = { file = "COPYING" } -authors = [ { name = "Nguyễn Gia Phong", email = "mcsinyx@disroot.org" } ] +authors = [ { name = "Nguyễn Gia Phong", email = "cnx@loang.net" }, + { name = "Ngô Ngọc Đức Huy", email = "huyngo@disroot.org" } ] maintainers = [ { name = "Nguyễn Gia Phong", email = "~cnx/misc@lists.sr.ht" } ] keywords = [ "rss", "atom" ] classifiers = [ |