Skip to content

Commit

Permalink
Switch build system from Hatchling to PDM
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 15, 2024
1 parent 3c07c88 commit 75ce9d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Homepage = "https://github.com/pelican-plugins/minify"
[project.optional-dependencies]
markdown = ["markdown>=3.4"]

[tool.pdm]

[tool.pdm.dev-dependencies]
lint = [
"black>=23.7.0",
Expand All @@ -63,6 +65,15 @@ test = [
"pytest-sugar>=0.9.7",
]

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

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

0 comments on commit 75ce9d0

Please sign in to comment.