We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e4681 commit 7a93b94Copy full SHA for 7a93b94
check_dist/_core.py
@@ -145,7 +145,7 @@ def load_hatch_config(pyproject_path: str | Path = "pyproject.toml") -> dict:
145
"wheel_absent_extra": ["cpp"],
146
},
147
"rust": {
148
- "sdist_present_extra": ["rust", "src", "Cargo.toml", "Cargo.lock"],
+ "sdist_present_extra": ["rust", "Cargo.toml", "Cargo.lock"],
149
"sdist_absent_extra": [".gitattributes", ".vscode", "target"],
150
"wheel_absent_extra": ["rust", "src", "Cargo.toml"],
151
@@ -160,7 +160,7 @@ def load_hatch_config(pyproject_path: str | Path = "pyproject.toml") -> dict:
160
"wheel_absent_extra": ["js"],
161
162
"rustjswasm": {
163
- "sdist_present_extra": ["js", "rust", "src", "Cargo.toml", "Cargo.lock"],
+ "sdist_present_extra": ["js", "rust", "Cargo.toml", "Cargo.lock"],
164
165
"wheel_absent_extra": ["js", "rust", "src", "Cargo.toml"],
166
0 commit comments