mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
20 lines
370 B
TOML
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 = ["."]
|