This commit is contained in:
Antonio J. Delgado 2023-10-06 16:47:05 +03:00
parent fa12b9552e
commit 59990bc4a6
3 changed files with 4 additions and 4 deletions

View file

@ -3,11 +3,11 @@ requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = ""
Homepage = "https://susurrando.com"
[project]
name = "odi6"
version = "0.0.2"
version = "0.0.3"
description = "Update Dynamic Host IPv6 in OVH"
readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]

View file

@ -1,6 +1,6 @@
[metadata]
name = odi6
version = 0.0.2
version = 0.0.3
[options]
packages = odi6

View file

@ -14,7 +14,7 @@ setuptools.setup(
version=config['metadata']['version'],
name=config['metadata']['name'],
author_email="antonio@susurrando.com",
url="",
url="https://susurrando.com",
description="Update Dynamic Host IPv6 in OVH",
long_description="README.md",
long_description_content_type="text/markdown",