Skip to content

Commit 8b52338

Browse files
committed
Merge branch 'main' of github.com:pawamoy/copier-uv
2 parents e99fb23 + 3bfe022 commit 8b52338

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
<!-- insertion marker -->
9+
## [1.4.3](https://github.com/mkdocstrings/handler-template/releases/tag/1.4.3) - 2025-03-16
10+
11+
<small>[Compare with 1.4.2](https://github.com/mkdocstrings/handler-template/compare/1.4.2...1.4.3)</small>
12+
13+
### Merge upstream
14+
15+
#### Bug Fixes
16+
17+
- Exclude mypy cache folders from sdists ([16011cc](https://github.com/pawamoy/copier-uv/commit/16011cc9c6f3149c03e6c8c3362ecf32160c2bca) by Timothée Mazzucotelli).
18+
919
## [1.4.2](https://github.com/mkdocstrings/handler-template/releases/tag/1.4.2) - 2025-03-16
1020

1121
<small>[Compare with 1.4.1](https://github.com/mkdocstrings/handler-template/compare/1.4.1...1.4.2)</small>

project/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ includes = ["src/mkdocstrings_handlers"]
6161
editable-backend = "editables"
6262

6363
# Include as much as possible in the source distribution, to help redistributors.
64-
excludes = ["**/.pytest_cache"]
64+
excludes = ["**/.pytest_cache", "**/.mypy_cache"]
6565
source-includes = [
6666
"config",
6767
"docs",

0 commit comments

Comments
 (0)