Skip to content

Commit 0308394

Browse files
committed
Include tox.ini into the source distribution
Fix #207
1 parent 8ade37f commit 0308394

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
2.0.1 (2023-07-08)
27
------------------
38

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ version-file = "src/execnet/_version.py"
5353

5454
[tool.hatch.build.targets.sdist]
5555
include = [
56-
"/src",
5756
"/doc",
57+
"/src",
5858
"/testing",
59+
"tox.ini",
5960
]
6061

61-
6262
[tool.mypy]
6363
python_version = "3.7"

0 commit comments

Comments
 (0)