renamed to wdyndns to avoiod conflict with PyPI package
All checks were successful
CI / build (push) Successful in 23s

This commit is contained in:
2025-09-02 06:13:18 +08:00
parent 3ae5a865fe
commit d63fb1412a
8 changed files with 135 additions and 124 deletions

View File

@@ -3,8 +3,8 @@ requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "dyndns"
version = "0.3.0"
name = "wdyndns"
version = "0.4.0"
authors = [
{ name="Walter Oggioni", email="oggioni.walter@gmail.com" },
]
@@ -25,16 +25,16 @@ dev = [
]
[tool.setuptools.package-data]
dyndns = ['conf/*']
wdyndns = ['conf/*']
[project.urls]
"Homepage" = "https://gitea.woggioni.net/woggioni/dyndns/"
"Bug Tracker" = "https://gitea.woggioni.net/woggioni/dyndns/"
"Homepage" = "https://gitea.woggioni.net/woggioni/wdyndns/"
"Bug Tracker" = "https://gitea.woggioni.net/woggioni/wdyndns/"
[project.scripts]
awsdyndns = "dyndns.aws:run"
cloudflaredyndns = "dyndns.cloudflare:run"
awsdyndns = "wdyndns.aws:run"
cloudflaredyndns = "wdyndns.cloudflare:run"
[tool.mypy]
python_version = "3.11"