ovh_dns_ensure/pyproject.toml
2024-10-03 13:21:23 +03:00

25 lines
665 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = "https://repos.susurrando.com/adelgado/ovh_dns_ensure"
[project]
name = "ovh_dns_ensure"
version = "1.0.0"
description = "Ensure OVH DNS records"
readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "ad@susurrando.com" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GPLv3 License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
#keywords = ["vCard", "contacts", "duplicates"]
dependencies = [
"click",
"click_config_file",
]
requires-python = ">=3"