forked from github/pelican
Include more files in PDM sdist builds
This was previously the job of directives in MANIFEST.in, which should be covered by this PDM-specific configuration.
This commit is contained in:
parent
cce1570135
commit
9437de6341
1 changed files with 8 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue