renamed to wdyndns to avoiod conflict with PyPI package
Some checks failed
CI / build (push) Failing after 14s
Some checks failed
CI / build (push) Failing after 14s
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user