From 341ee8d8b1e57d8df48ae02ecb1140e426be5884 Mon Sep 17 00:00:00 2001 From: Michael Connor Buchan Date: Sun, 4 Feb 2024 01:19:32 +0000 Subject: [PATCH] chore: Update README and pyproject for Github migration --- README.md | 19 ++++++++----------- pyproject.toml | 10 +++++----- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e1bdea6..c8b0f0b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Manual installation: ```bash # Clone the repository -git clone https://git.sr.ht/~Thefake-vip/cyal +git clone https://github.com/lower-elements/cyal cd cyal # Install a simple wheel build tool pip install build @@ -43,18 +43,15 @@ python -m build . ## Contributing -[This project][project-page] is hosted on [Sourcehut][srht]. Feel free to [submit a ticket][bug-tracker] if you find a -bug, drop by our [mailing list][mailing-list] <~thefake-vip/cyal@lists.sr.ht> to discuss the project, or send patches, -or join our IRC channel, [#cyal on libera.chat][irc-channel] for Cyal discussion and support. +[This project][project-page] is hosted on [Github][github]. Feel free to [submit an issue][issues] if you find a bug, +open a [pull request][pr] to contribute, or join our IRC channel, [#cyal on libera.chat][irc-channel] for Cyal +discussion and support. -Never submitted patches via email before? Check out [Sourcehut's guide to using git send-email][git-send-email]! - -[project-page]: -[srht]: -[bug-tracker]: -[mailing-list]: +[project-page]: +[github]: +[issues]: +[pr]: [irc-channel]: -[git-send-email]: ## License diff --git a/pyproject.toml b/pyproject.toml index d8ff0a0..e66d57b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cyal" -version = "0.3.2" +version = "0.3.3" authors = [ { name="Michael Connor Buchan", email="mikey@blindcomputing.org" }, ] @@ -25,10 +25,10 @@ classifiers = [ ] [project.urls] -"Homepage" = "https://sr.ht/~thefake-vip/Cyal" -"Repository" = "https://git.sr.ht/~thefake-vip/cyal" -"Bug Tracker" = "https://todo.sr.ht/~thefake-vip/cyal" -"Mailing List Archive" = "https://lists.sr.ht/~thefake-vip/cyal" +"Homepage" = "https://github.com/lower-elements/cyal#readme" +"Repository" = "https://github.com/lower-elements/cyal" +"Bug Tracker" = "https://github.com/lower-elements/cyal/issues" +"Contribute" = "https://github.com/lower-elements/cyal/pull/new" [build-system] requires = [