Skip to content

Commit

Permalink
chore: Update README and pyproject for Github migration
Browse files Browse the repository at this point in the history
  • Loading branch information
mcb2003 committed Feb 4, 2024
1 parent 22a7185 commit 341ee8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]: <https://sr.ht/~thefake-vip/Cyal>
[srht]: <https://sr.ht>
[bug-tracker]: <https://todo.sr.ht/~thefake-vip/Cyal>
[mailing-list]: <https://lists.sr.ht/~thefake-vip/cyal>
[project-page]: <https://github.com/lower-elements/cyal>
[github]: <https://github.com>
[issues]: <https://github.com/lower-elements/cyal/issues/new>
[pr]: <https://github.com/lower-elements/cyal/pull/new>
[irc-channel]: <ircs://irc.libera.chat:6697/#cyal>
[git-send-email]: <https://git-send-email.io>

## License

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cyal"
version = "0.3.2"
version = "0.3.3"
authors = [
{ name="Michael Connor Buchan", email="mikey@blindcomputing.org" },
]
Expand All @@ -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 = [
Expand Down

0 comments on commit 341ee8d

Please sign in to comment.