mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
fix aqt version requirement; use py3 instead of cp38 tag
This commit is contained in:
parent
abf34b561e
commit
c42325cb49
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ py_wheel(
|
||||||
distribution = "aqt",
|
distribution = "aqt",
|
||||||
homepage = "https://apps.ankiweb.net",
|
homepage = "https://apps.ankiweb.net",
|
||||||
license = "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
license = "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
|
||||||
python_tag = "cp38",
|
python_tag = "py3",
|
||||||
python_version = ">=3.8",
|
python_version = ">=3.8",
|
||||||
requires = [
|
requires = [
|
||||||
# "pyaudio", # currently off as a pain to install on Windows for code completion
|
# "pyaudio", # currently off as a pain to install on Windows for code completion
|
||||||
|
@ -112,7 +112,7 @@ py_wheel(
|
||||||
"pyqt5>=5.9",
|
"pyqt5>=5.9",
|
||||||
'psutil; sys.platform == "win32"',
|
'psutil; sys.platform == "win32"',
|
||||||
'pywin32; sys.platform == "win32"',
|
'pywin32; sys.platform == "win32"',
|
||||||
"anki==0.0.1",
|
"anki==" + anki_version,
|
||||||
],
|
],
|
||||||
strip_path_prefixes = [
|
strip_path_prefixes = [
|
||||||
"qt",
|
"qt",
|
||||||
|
|
Loading…
Reference in a new issue