mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -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"
|
name = "anki"
|
||||||
version = "2.1.24" # automatically updated
|
version = "2.1.24" # automatically updated
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Ankitects Pty Ltd and contributors <pypi@cargo.bug>"]
|
authors = ["Ankitects Pty Ltd and contributors"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
description = "Anki's Rust library code"
|
description = "Anki's Rust library code"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
Anki's Rust library code
|
To build from scratch, please see https://github.com/ankitects/anki
|
||||||
|
|
||||||
https://anki.tenderapp.com/discussions/ankidesktop/40025-anki-in-python-package-index
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "ankirspy"
|
name = "ankirspy"
|
||||||
version = "2.1.24" # automatically updated
|
version = "2.1.24" # automatically updated
|
||||||
edition = "2018"
|
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"
|
license = "AGPL-3.0-or-later"
|
||||||
description = "Anki's Rust library code Python bindings"
|
description = "Anki's Rust library code Python bindings"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
Anki's Rust library code Python bindings
|
To build from scratch, please see https://github.com/ankitects/anki
|
||||||
|
|
||||||
https://anki.tenderapp.com/discussions/ankidesktop/40025-anki-in-python-package-index
|
|
||||||
|
|
Loading…
Reference in a new issue