aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-07-12 13:20:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-07-12 13:20:49 +1200
commit09bd5b902a69728fcffaf18151e4555647a2ee95 (patch)
treeb40ed0c42bf0c7d16d10acf5fec97899cf6d9c88
parentRestructure as PyPI-friendly dist (diff)
parentCorrect source link (diff)
downloadssh_negotiate_term-master.tar.gz
ssh_negotiate_term-master.zip
Merge branch 'hotfix/v0.0.2'HEADv0.0.2master
* hotfix/v0.0.2: Correct source link
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3821f7a..34043cd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ssh_negotiate_term"
-version = "0.0.1"
+version = "0.0.2"
authors = [
{ name="Tom Ryder", email="tom@sanctum.geek.nz" },
]
@@ -22,4 +22,4 @@ ssh-negotiate-term = "ssh_negotiate_term:main"
[project.urls]
"Homepage" = "https://sanctum.geek.nz/"
-"Source" = "https://dev.sanctum.geek.nz/ssh_negotiate_term.git/"
+"Source" = "https://dev.sanctum.geek.nz/cgit/ssh_negotiate_term.git/"