Skip to content

Commit 6c185de

Browse files
committed
Fix sdist tarball including unnecessary files
1 parent d8fa35d commit 6c185de

File tree

2 files changed

+9
-17
lines changed

2 files changed

+9
-17
lines changed

MANIFEST.in

Lines changed: 0 additions & 17 deletions
This file was deleted.

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,15 @@ build-backend = "hatchling.build"
112112
[tool.hatch.metadata]
113113
allow-direct-references = true
114114

115+
[tool.hatch.build.targets.sdist]
116+
only-include = [
117+
"satpy",
118+
"AUTHORS.md",
119+
"CHANGELOG.md",
120+
"SECURITY.md",
121+
"CITATION",
122+
]
123+
115124
[tool.hatch.build.targets.wheel]
116125
packages = ["satpy"]
117126

0 commit comments

Comments
 (0)