8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639d11e commit 0cb1630Copy full SHA for 0cb1630
.copier-answers.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier
2
-_commit: 0.9.7
+_commit: 0.9.10
3
_src_path: gh:pawamoy/copier-pdm
4
author_email: pawamoy@pm.me
5
author_fullname: Timothée Mazzucotelli
pyproject.toml
@@ -44,7 +44,10 @@ Gitter = "https://gitter.im/python/community"
44
Funding = "https://github.com/sponsors/mkdocstrings"
45
46
[tool.pdm]
47
-version = {use_scm = true}
+version = {source = "scm"}
48
+
49
+[tool.pdm.build]
50
+package-dir = "src"
51
includes = ["src/mkdocstrings_handlers"]
52
editable-backend = "editables"
53
0 commit comments