Merge pull request #3226 from getpelican/manifest

This commit is contained in:
Justin Mayer 2023-10-29 16:16:40 +01:00 committed by GitHub
commit 842c6537f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,14 @@ dev = [
"tomli;python_version<'3.11'",
]
[tool.pdm.build]
source-includes = [
"CONTRIBUTING.rst",
"THANKS",
"docs/changelog.rst",
"samples/",
]
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"