update: make uv run paperlib --help works
This commit is contained in:
+13
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user