Skip to content

Commit

Permalink
Merge pull request #3226 from getpelican/manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer authored Oct 29, 2023
2 parents cce1570 + 9437de6 commit 842c653
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 842c653

Please sign in to comment.