Skip to content

Commit 40120de

Browse files
author
Fidel Ramos
committed
(Really) fix Python package
Build process was not including the pelican/ directory, so the package was empty.
1 parent e9a7f23 commit 40120de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ build-backend = "pdm.backend"
3232

3333
[tool.pdm.build]
3434
includes = [
35-
"templates/",
36-
"static/",
37-
"translations/",
35+
"pelican/",
3836
]
3937
excludes = [
4038
"**/.DS_Store",

0 commit comments

Comments
 (0)