Skip to content

Commit

Permalink
Ensure plugin is included in built package
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 15, 2024
1 parent a492da6 commit 52fe3fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Funding = "https://donate.getpelican.com/"
[project.optional-dependencies]
markdown = ["markdown>=3.4"]

[tool.pdm]

[tool.pdm.dev-dependencies]
lint = [
"invoke>=2.2.0",
Expand All @@ -49,6 +51,14 @@ test = [
"pytest-sugar>=1.0",
]

[tool.pdm.build]
source-includes = [
"CHANGELOG.md",
"CONTRIBUTING.md",
]
includes = ["pelican/"]
excludes = ["tasks.py"]

[tool.autopub]
project-name = "Sitemap"
git-username = "botpub"
Expand Down

0 comments on commit 52fe3fc

Please sign in to comment.