forked from jdlorimer/incremental-reading
-
Notifications
You must be signed in to change notification settings - Fork 8
/
pyproject.toml
48 lines (39 loc) · 1.06 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[tool.poetry]
package-mode = false
name = "incremental-reading-anki"
version = "4.12.0"
description = "Incremental Reading for Anki"
authors = [
"Tiago Barroso",
"Frank Kmiec",
"Aleksej",
"Christian Weiß",
"Timothée Chauvin",
"Joseph Lorimer <[email protected]>",
"Vy Hong <[email protected]>"]
license = "ISC"
readme = "README.md"
homepage = "https://ankiweb.net/shared/info/999215520"
repository = "https://github.com/tvhong/incremental-reading/"
packages = [{include = "ir"}]
include = ["CHANGELOG.md"]
[tool.poetry.dependencies]
python = "^3.11"
[tool.poetry.group.dev.dependencies]
aqt = "^24.11"
black = "^24.10.0"
mypy = "^1.14"
pylint = "^3.3.3"
pytest = "^8.3.4"
pytest-cov = "^6.0.0"
PyQt5 = "^5.15.10"
PyQt5-stubs = "^5.15.5"
markdown2 = "^2.5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry_bumpversion.file."ir/_version.py"]
[tool.poetry_bumpversion.file."ir/manifest.json"]
[tool.poetry_bumpversion.file."CHANGELOG.md"]
search = '[Unreleased]'
replace = '[{new_version}]'