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 de8bf4a commit 0f920e1Copy full SHA for 0f920e1
pyproject.toml
@@ -40,6 +40,8 @@ Funding = "https://donate.getpelican.com/"
40
[project.optional-dependencies]
41
markdown = ["markdown>=3.4"]
42
43
+[tool.pdm]
44
+
45
[tool.pdm.dev-dependencies]
46
lint = [
47
"black>=23.10.1",
@@ -53,6 +55,14 @@ test = [
53
55
"pytest-sugar>=0.9.7",
54
56
]
57
58
+[tool.pdm.build]
59
+source-includes = [
60
+ "CHANGELOG.md",
61
+ "CONTRIBUTING.md",
62
+]
63
+includes = ["pelican/"]
64
+excludes = ["tasks.py"]
65
66
[tool.autopub]
67
project-name = "Markdown Include"
68
git-username = "botpub"
0 commit comments