add email and increase version

This commit is contained in:
Antonio J. Delgado 2023-10-06 16:43:06 +03:00
parent fb8724b0ee
commit fa12b9552e
3 changed files with 5 additions and 5 deletions

View file

@ -7,10 +7,10 @@ Homepage = ""
[project]
name = "odi6"
version = "0.0.1"
version = "0.0.2"
description = "Update Dynamic Host IPv6 in OVH"
readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "" }]
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GPLv3 License",

View file

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

View file

@ -13,7 +13,7 @@ setuptools.setup(
author="Antonio J. Delgado",
version=config['metadata']['version'],
name=config['metadata']['name'],
author_email="",
author_email="antonio@susurrando.com",
url="",
description="Update Dynamic Host IPv6 in OVH",
long_description="README.md",