diff --git a/pyproject.toml b/pyproject.toml index 0fa5e11..d3e4488 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -22,4 +22,4 @@ dependencies = [ "click", "click_config_file", ] -requires-python = ">=3" \ No newline at end of file +requires-python = ">=3" diff --git a/setup.cfg b/setup.cfg index 586c6e1..4af1f0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = odi6 -version = 0.0.1 +version = 0.0.2 [options] packages = odi6 diff --git a/setup.py b/setup.py index 2d7c716..5e44b18 100644 --- a/setup.py +++ b/setup.py @@ -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",