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-07 07:16:04 +02:00
|
|
|
version = "0.0.7"
|
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
|
|
|
#keywords = ["vCard", "contacts", "duplicates"]
|
2023-10-06 15:43:06 +02:00
|
|
|
requires-python = ">=3"
|