Skip to content

Commit e66af01

Browse files
Include tests directory in SDist (#13)
* Include `tests` directory in SDist * Update changelog
1 parent b7e5fa4 commit e66af01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## Unreleased
44

5+
- Adapt test cases to pytest-asyncio 1.0 compatibility https://github.com/python-backoff/backoff/pull/1
56
- Use `inspect.iscoroutinefunction` instead of `asyncio.iscoroutinefunction` to avoid Python 3.14 deprecation warning https://github.com/python-backoff/backoff/pull/3
67
- Use uv for dependencies and packaging https://github.com/python-backoff/backoff/pull/7
8+
- Include tests in source distribution https://github.com/python-backoff/backoff/pull/13
79

810
## [v2.2.1] - 2022-10-05
911

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ typing = [
6060
]
6161

6262
[tool.hatch.build.targets.sdist]
63-
include = ["backoff"]
63+
include = ["backoff", "tests"]
6464

6565
[tool.hatch.build.targets.wheel]
6666
include = ["backoff"]

0 commit comments

Comments
 (0)