diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2023-07-12 13:20:49 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2023-07-12 13:20:49 +1200 |
commit | 09bd5b902a69728fcffaf18151e4555647a2ee95 (patch) | |
tree | b40ed0c42bf0c7d16d10acf5fec97899cf6d9c88 | |
parent | Restructure as PyPI-friendly dist (diff) | |
parent | Correct source link (diff) | |
download | ssh_negotiate_term-master.tar.gz ssh_negotiate_term-master.zip |
* hotfix/v0.0.2:
Correct source link
-rw-r--r-- | pyproject.toml | 4 |
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/" |