Skip to content

Commit 0cb1630

Browse files
committed
chore: Template upgrade
1 parent 639d11e commit 0cb1630

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 0.9.7
2+
_commit: 0.9.10
33
_src_path: gh:pawamoy/copier-pdm
44
author_email: [email protected]
55
author_fullname: Timothée Mazzucotelli

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ Gitter = "https://gitter.im/python/community"
4444
Funding = "https://github.com/sponsors/mkdocstrings"
4545

4646
[tool.pdm]
47-
version = {use_scm = true}
47+
version = {source = "scm"}
48+
49+
[tool.pdm.build]
50+
package-dir = "src"
4851
includes = ["src/mkdocstrings_handlers"]
4952
editable-backend = "editables"
5053

0 commit comments

Comments
 (0)