odi6/pyproject.toml

26 lines
639 B
TOML
Raw Normal View History

2023-10-06 13:50:19 +02:00
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
2023-10-06 15:47:05 +02:00
Homepage = "https://susurrando.com"
2023-10-06 13:50:19 +02:00
[project]
name = "odi6"
2023-10-06 15:47:05 +02:00
version = "0.0.3"
2023-10-06 13:50:19 +02:00
description = "Update Dynamic Host IPv6 in OVH"
readme = "README.md"
2023-10-06 15:43:06 +02:00
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
2023-10-06 13:50:19 +02:00
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",
]
2023-10-06 15:43:06 +02:00
requires-python = ">=3"