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 6e4b968 commit f35b77b
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 @@ -38,6 +38,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 @@ -50,6 +52,14 @@ test = [
"pytest-sugar>=0.9.7",
]

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

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

0 comments on commit f35b77b

Please sign in to comment.