We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ade37f commit 0308394Copy full SHA for 0308394
CHANGELOG.rst
@@ -1,3 +1,8 @@
1
+2.0.2 (2023-07-09)
2
+------------------
3
+
4
+* Re-release without code changes, just to include ``tox.ini`` into the source distribution.
5
6
2.0.1 (2023-07-08)
7
------------------
8
pyproject.toml
@@ -53,11 +53,11 @@ version-file = "src/execnet/_version.py"
53
54
[tool.hatch.build.targets.sdist]
55
include = [
56
- "/src",
57
"/doc",
+ "/src",
58
"/testing",
59
+ "tox.ini",
60
]
61
-
62
[tool.mypy]
63
python_version = "3.7"
0 commit comments