File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- .vscode
2
1
.idea
3
2
.mypy_cache
4
3
.pytest_cache
4
+ .ruff_cache
5
+ .venv
6
+ .vscode
5
7
__pycache__ /
6
8
dist
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Fixed
11
+
12
+ - Wheel and source distributions didn't include the package itself
13
+
10
14
## [ 3.0.0] - 2025-04-11
11
15
12
16
### Added
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ docs = [
40
40
" mkdocs-material>=9.6.11,<10.0.0" ,
41
41
]
42
42
43
- [tool .hatch .build .targets .sdist ]
44
- include = [" LICENSE" ]
45
-
46
43
[tool .hatch .build .targets .wheel ]
47
- include = [" LICENSE" ]
44
+ packages = [" todoist_api_python" ]
45
+
46
+ [tool .hatch .build .targets .sdist ]
47
+ packages = [" todoist_api_python" ]
48
48
49
49
[build-system ]
50
50
requires = [" hatchling" ]
You can’t perform that action at this time.
0 commit comments