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

refactor: everything into several files and a valid python package

This commit is contained in:
Étienne Fildadut 2025-10-10 23:55:56 +02:00
parent 58e8a14b93
commit b0e0c5d0df
15 changed files with 646 additions and 1227 deletions

View file

@ -6,9 +6,18 @@ description = "file-based RSS reader client"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"google-reader>=0.0.3",
"jinja2>=3.1.6",
"requests>=2.32.5",
"ttrss-python>=0.5",
"tzdata>=2025.2",
]
license = "ISC"
license-files = [ "LICENSE" ]
[build-system]
requires = ["uv_build >= 0.9.0"]
build-backend = "uv_build"
[project.scripts]
feather = "feather.cli:main"