We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sdist
MANIFEST.in
1 parent d54f4eb commit 7951050Copy full SHA for 7951050
2 files changed
MANIFEST.in
pyproject.toml
@@ -2,6 +2,18 @@
2
requires = ["hatchling >= 1.26", "versioningit"]
3
build-backend = "hatchling.build"
4
5
+[tool.hatch.build.targets.sdist]
6
+include = [
7
+ "/docs",
8
+ "/src/crate/*.py",
9
+ "/tests",
10
+ "*.rst",
11
+ "*.txt",
12
+]
13
+exclude = [
14
+ "/docs/.crate-docs",
15
16
+
17
[tool.hatch.build.targets.wheel]
18
packages = ["src/crate"]
19
0 commit comments