Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pawamoy/copier-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jun 18, 2024
2 parents 5e5f6a3 + 85bc465 commit 24fb0a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [1.1.3](https://github.com/pawamoy/copier-uv/releases/tag/1.1.3) - 2024-06-18

<small>[Compare with 1.1.2](https://github.com/pawamoy/copier-uv/compare/1.1.2...1.1.3)</small>

### Merge upstream

- Include almost everything in source distributions, to help system packagers ([064ffb0](https://github.com/pawamoy/copier-uv/commit/064ffb06b5f0e2039987116e443f67cf877965d1) by Timothée Mazzucotelli).
- Re-include tests folder in source distributions ([3d9a7e1](https://github.com/pawamoy/copier-uv/commit/3d9a7e17167294ee43673cafa615931614240235) by Timothée Mazzucotelli).

## [1.1.2](https://github.com/pawamoy/copier-uv/releases/tag/1.1.2) - 2024-05-25

<small>[Compare with 1.1.1](https://github.com/pawamoy/copier-uv/compare/1.1.1...1.1.2)</small>
Expand Down
14 changes: 13 additions & 1 deletion project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,19 @@ version = {source = "scm"}
package-dir = "src"
includes = ["src/mkdocstrings_handlers"]
editable-backend = "editables"
source-includes = ["share"]
excludes = ["**/.pytest_cache"]
source-includes = [
"config",
"docs",
"scripts",
"share",
"tests",
"devdeps.txt",
"duties.py",
"mkdocs.yml",
"*.md",
"LICENSE",
]

[tool.pdm.build.wheel-data]
data = [
Expand Down

0 comments on commit 24fb0a9

Please sign in to comment.