Files
ArchiveBox/packages/archivebox-pocket/pyproject.toml
Nick Sweeting 5d9a32c364 wip
2024-10-25 01:06:12 -07:00

20 lines
370 B
TOML

[project]
name = "archivebox-pocket"
version = "0.3.7"
description = " api wrapper for getpocket.com"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"requests>=2.32.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.sdist]
packages = ["."]
[tool.hatch.build.targets.wheel]
packages = ["."]