diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-09 15:15:34 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2022-11-09 15:15:34 +0900 |
commit | f10c6aa32650b58a4d69a71bedfc39f6d76699dd (patch) | |
tree | 32014093c3adf5e339f3cdb5b6492bd76049f4a0 /pyproject.toml | |
parent | 33f9141410975347eb57ee63aabb028f7944487c (diff) | |
download | fead-f10c6aa32650b58a4d69a71bedfc39f6d76699dd.tar.gz |
Force people to read more 0.1.1
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 2d50dad..b9ccab0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,10 +5,10 @@ build-backend = "flit_core.buildapi" [project] name = "fead" readme = "README.md" -requires-python = ">=3.7" +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" } ] +maintainers = [ { name = "Nguyễn Gia Phong", email = "~cnx/misc@lists.sr.ht" } ] keywords = [ "rss", "atom" ] classifiers = [ "Development Status :: 4 - Beta", |