update: make uv run paperlib --help works

This commit is contained in:
2026-04-17 03:01:22 -04:00
parent 2ee8fb1df1
commit 80b937ddd9
8 changed files with 375 additions and 472 deletions
+13 -2
View File
@@ -1,11 +1,22 @@
[project]
name = "paperlib"
version = "0.1.0"
description = "Add your description here"
description = "Local-first CLI toolkit for managing a paper library"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.13,<3.14"
dependencies = [
"mineru[core]>=3.0.9",
"rich>=15.0.0",
"typer>=0.24.1",
]
[project.scripts]
paperlib = "paperlib.cli:main"
[build-system]
requires = []
build-backend = "paperlib_build_backend"
backend-path = ["."]
[tool.uv]
package = true