Skip to content

Commit 852b5d2

Browse files
committed
chore: Fix sdist file inclusion
1 parent d750a74 commit 852b5d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,19 +67,19 @@ pypi = ["griffelib[pypi]=={{version}}"]
6767
[tool.hatch.build]
6868
# Include as much as possible in the source distribution, to help redistributors.
6969
ignore-vcs = true
70-
exclude = [".github", ".pdm-build"]
70+
exclude = [".github"]
7171

7272
[tool.hatch.build.targets.sdist]
7373
include = [
74-
"config",
75-
"docs",
76-
"scripts",
77-
"share",
78-
"tests",
79-
"duties.py",
80-
"mkdocs.yml",
81-
"*.md",
82-
"LICENSE",
74+
"/config",
75+
"/docs",
76+
"/scripts",
77+
"/share",
78+
"/tests",
79+
"/duties.py",
80+
"/mkdocs.yml",
81+
"/*.md",
82+
"/LICENSE",
8383
]
8484

8585
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)