We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d750a74 commit 852b5d2Copy full SHA for 852b5d2
pyproject.toml
@@ -67,19 +67,19 @@ pypi = ["griffelib[pypi]=={{version}}"]
67
[tool.hatch.build]
68
# Include as much as possible in the source distribution, to help redistributors.
69
ignore-vcs = true
70
-exclude = [".github", ".pdm-build"]
+exclude = [".github"]
71
72
[tool.hatch.build.targets.sdist]
73
include = [
74
- "config",
75
- "docs",
76
- "scripts",
77
- "share",
78
- "tests",
79
- "duties.py",
80
- "mkdocs.yml",
81
- "*.md",
82
- "LICENSE",
+ "/config",
+ "/docs",
+ "/scripts",
+ "/share",
+ "/tests",
+ "/duties.py",
+ "/mkdocs.yml",
+ "/*.md",
+ "/LICENSE",
83
]
84
85
[tool.hatch.build.targets.wheel]
0 commit comments