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] [project]
name = "odi6" name = "odi6"
version = "0.0.1" version = "0.0.2"
description = "Update Dynamic Host IPv6 in OVH" description = "Update Dynamic Host IPv6 in OVH"
readme = "README.md" readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "" }] authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
license = { file = "LICENSE" } license = { file = "LICENSE" }
classifiers = [ classifiers = [
"License :: OSI Approved :: GPLv3 License", "License :: OSI Approved :: GPLv3 License",
@ -22,4 +22,4 @@ dependencies = [
"click", "click",
"click_config_file", "click_config_file",
] ]
requires-python = ">=3" requires-python = ">=3"

View file

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

View file

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