mirror of
https://codeberg.org/hyperreal/dl-wp-pdf
synced 2025-01-18 06:23:45 +01:00
26 lines
661 B
TOML
26 lines
661 B
TOML
[project]
|
|
name = "dl-wp-pdf"
|
|
version = "0.10"
|
|
authors = [
|
|
{ name="Jeffrey Serio", email="hyperreal@fedoraproject.org" },
|
|
]
|
|
description = "Download Wikipedia articles as PDF"
|
|
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",
|
|
]
|
|
|
|
[project.scripts]
|
|
dl-wp-pdf = "dl_wp_pdf:main"
|
|
|
|
[project.urls]
|
|
Homepage = "https://codeberg.org/hyperreal/dl-wp-pdf"
|
|
Issues = "https://codeberg.org/hyperreal/dl-wp-pdf/issues"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|