add url
This commit is contained in:
parent
fa12b9552e
commit
59990bc4a6
3 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@ requires = ["setuptools", "wheel"]
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project.urls]
|
||||
Homepage = ""
|
||||
Homepage = "https://susurrando.com"
|
||||
|
||||
[project]
|
||||
name = "odi6"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
description = "Update Dynamic Host IPv6 in OVH"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = odi6
|
||||
version = 0.0.2
|
||||
version = 0.0.3
|
||||
|
||||
[options]
|
||||
packages = odi6
|
||||
|
|
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ setuptools.setup(
|
|||
version=config['metadata']['version'],
|
||||
name=config['metadata']['name'],
|
||||
author_email="antonio@susurrando.com",
|
||||
url="",
|
||||
url="https://susurrando.com",
|
||||
description="Update Dynamic Host IPv6 in OVH",
|
||||
long_description="README.md",
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Loading…
Reference in a new issue