mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
use support URL and point to source repo
This commit is contained in:
parent
342bb64092
commit
ee71e5dd59
4 changed files with 4 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
name = "anki"
|
||||
version = "2.1.24" # automatically updated
|
||||
edition = "2018"
|
||||
authors = ["Ankitects Pty Ltd and contributors <pypi@cargo.bug>"]
|
||||
authors = ["Ankitects Pty Ltd and contributors"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
description = "Anki's Rust library code"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
Anki's Rust library code
|
||||
|
||||
https://anki.tenderapp.com/discussions/ankidesktop/40025-anki-in-python-package-index
|
||||
To build from scratch, please see https://github.com/ankitects/anki
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "ankirspy"
|
||||
version = "2.1.24" # automatically updated
|
||||
edition = "2018"
|
||||
authors = ["Ankitects Pty Ltd and contributors <pypi@cargo.bug>"]
|
||||
authors = ["Ankitects Pty Ltd and contributors <https://help.ankiweb.net>"]
|
||||
license = "AGPL-3.0-or-later"
|
||||
description = "Anki's Rust library code Python bindings"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
Anki's Rust library code Python bindings
|
||||
|
||||
https://anki.tenderapp.com/discussions/ankidesktop/40025-anki-in-python-package-index
|
||||
To build from scratch, please see https://github.com/ankitects/anki
|
||||
|
|
Loading…
Reference in a new issue