print-linkdings/pyproject.toml

27 lines
805 B
TOML
Raw Normal View History

2024-12-11 22:10:04 +01:00
[project]
name = "print-linkdings"
version = "0.1"
authors = [
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
]
description = "Print links from Linkding bookmarks including those one hop away."
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
dependencies = ["courlan>=1.3.2", "requests>=2.32.3"]
[project.scripts]
print-linkdings = "print_linkdings:main"
[project.urls]
Homepage = "https://codeberg.org/hyperreal/print-linkdings"
Issues = "https://codeberg.org/hyperreal/print-linkdings/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"