crackerjack 0.18.9__py3-none-any.whl → 0.18.10__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- crackerjack/pyproject.toml +4 -1
- {crackerjack-0.18.9.dist-info → crackerjack-0.18.10.dist-info}/METADATA +1 -1
- {crackerjack-0.18.9.dist-info → crackerjack-0.18.10.dist-info}/RECORD +6 -6
- {crackerjack-0.18.9.dist-info → crackerjack-0.18.10.dist-info}/WHEEL +0 -0
- {crackerjack-0.18.9.dist-info → crackerjack-0.18.10.dist-info}/entry_points.txt +0 -0
- {crackerjack-0.18.9.dist-info → crackerjack-0.18.10.dist-info}/licenses/LICENSE +0 -0
crackerjack/pyproject.toml
CHANGED
@@ -6,6 +6,9 @@ asyncio_mode = "auto"
|
|
6
6
|
testpaths = ["tests", "crackerjack"]
|
7
7
|
python_classes = ["Test*"]
|
8
8
|
python_functions = ["test_*"]
|
9
|
+
markers = [
|
10
|
+
"unit: marks test as a unit test",
|
11
|
+
]
|
9
12
|
|
10
13
|
[tool.coverage.run]
|
11
14
|
branch = false
|
@@ -155,7 +158,7 @@ pythonPlatform = "Darwin"
|
|
155
158
|
|
156
159
|
[project]
|
157
160
|
name = "crackerjack"
|
158
|
-
version = "0.18.
|
161
|
+
version = "0.18.9"
|
159
162
|
description = "Default template for PDM package"
|
160
163
|
requires-python = ">=3.13"
|
161
164
|
readme = "README.md"
|
@@ -1,7 +1,7 @@
|
|
1
|
-
crackerjack-0.18.
|
2
|
-
crackerjack-0.18.
|
3
|
-
crackerjack-0.18.
|
4
|
-
crackerjack-0.18.
|
1
|
+
crackerjack-0.18.10.dist-info/METADATA,sha256=n5oq_84wjlqOHm704z05OLUhjyxmCSs_slAKA8ecPyU,17891
|
2
|
+
crackerjack-0.18.10.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
crackerjack-0.18.10.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
crackerjack-0.18.10.dist-info/licenses/LICENSE,sha256=fDt371P6_6sCu7RyqiZH_AhT1LdN3sN1zjBtqEhDYCk,1531
|
5
5
|
crackerjack/.gitignore,sha256=oho3dNx7a7y36_y9AsalCkssU4in0MMsNAANWdc-h1c,153
|
6
6
|
crackerjack/.libcst.codemod.yaml,sha256=a8DlErRAIPV1nE6QlyXPAzTOgkB24_spl2E9hphuf5s,772
|
7
7
|
crackerjack/.pdm.toml,sha256=dZe44HRcuxxCFESGG8SZIjmc-cGzSoyK3Hs6t4NYA8w,23
|
@@ -57,5 +57,5 @@ crackerjack/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw
|
|
57
57
|
crackerjack/__init__.py,sha256=r9SuEjHUrW99hFWifRk4ofmYPSgf9rblcnzqhdV5bP0,157
|
58
58
|
crackerjack/__main__.py,sha256=FDAcn9NYoQ7q01YDtdxUgKz3RloItUc-Z8x5kBGcemA,4557
|
59
59
|
crackerjack/crackerjack.py,sha256=TuH51ODFInE8U_9tqak6si4-UBm6Z5sKx0g22PQzVzg,33571
|
60
|
-
crackerjack/pyproject.toml,sha256=
|
61
|
-
crackerjack-0.18.
|
60
|
+
crackerjack/pyproject.toml,sha256=oe6RenFg6TywsFqDKQYyMhjiJT1QaRzNVA5OBOSj2Us,4423
|
61
|
+
crackerjack-0.18.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|