add email and increase version
This commit is contained in:
parent
fb8724b0ee
commit
fa12b9552e
3 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
requires-python = ">=3"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = odi6
|
||||
version = 0.0.1
|
||||
version = 0.0.2
|
||||
|
||||
[options]
|
||||
packages = odi6
|
||||
|
|
2
setup.py
2
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",
|
||||
|
|
Loading…
Reference in a new issue