mirror of
https://codeberg.org/Reuh/feather.git
synced 2025-10-27 18:19:32 +00:00
docs: update pyproject.toml
This commit is contained in:
parent
b83d86326a
commit
fc9abd0bc0
1 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,13 @@
|
||||||
[project]
|
[project]
|
||||||
name = "feather"
|
name = "feather"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
authors = [ { name = 'Étienne "Reuh" Fildadut' } ]
|
||||||
|
description = "file-based RSS reader client"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"jinja2>=3.1.6",
|
"jinja2>=3.1.6",
|
||||||
"requests>=2.32.5",
|
"requests>=2.32.5",
|
||||||
]
|
]
|
||||||
|
license = "ISC"
|
||||||
|
license-files = [ "LICENSE" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue