1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00

docs: update pyproject.toml

This commit is contained in:
Étienne Fildadut 2025-10-10 13:28:57 +02:00
parent b83d86326a
commit fc9abd0bc0

View file

@ -1,10 +1,13 @@
[project]
name = "feather"
version = "0.1.0"
description = "Add your description here"
authors = [ { name = 'Étienne "Reuh" Fildadut' } ]
description = "file-based RSS reader client"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jinja2>=3.1.6",
"requests>=2.32.5",
]
license = "ISC"
license-files = [ "LICENSE" ]