add pdftomd
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["hatchling>=1.27"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "convert-pdf-to-md"
|
||||
version = "0.1.0"
|
||||
description = "Local PDF-to-Markdown converter scaffold for math-heavy documents."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12,<3.13"
|
||||
dependencies = [
|
||||
"pypdf>=6.10.2,<7",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pdf2md = "pdf2md.cli:main"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.3",
|
||||
]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/pdf2md"]
|
||||
Reference in New Issue
Block a user