Skip to content

Commit 0053170

Browse files
committed
Include complete source, incl. test data, in sdist
1 parent a54b874 commit 0053170

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
3-
"commit": "d683335f82b19e1ed2c92abf4aa6d07678e5d273",
3+
"commit": "4aa8104df7e76fa2dcbf583dcec8052e81d915ef",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -21,7 +21,7 @@
2121
"python_version": ">=3.10",
2222
"pelican_version": ">=4.5",
2323
"_template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
24-
"_commit": "d683335f82b19e1ed2c92abf4aa6d07678e5d273"
24+
"_commit": "4aa8104df7e76fa2dcbf583dcec8052e81d915ef"
2525
}
2626
},
2727
"directory": null

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ source-includes = [
7171
"DEVELOPMENT.md",
7272
]
7373
includes = ["pelican/"]
74-
excludes = ["**/.DS_Store", "**/test_data/**", "tasks.py"]
74+
excludes = ["**/.DS_Store"]
7575

7676
[tool.autopub]
7777
project-name = "Minify"

0 commit comments

Comments
 (0)