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]
|
[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",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = odi6
|
name = odi6
|
||||||
version = 0.0.1
|
version = 0.0.2
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
packages = odi6
|
packages = odi6
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue