Skip to content

Commit 7a93b94

Browse files
committed
Small hotfixes for defaults
1 parent 77e4681 commit 7a93b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_dist/_core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def load_hatch_config(pyproject_path: str | Path = "pyproject.toml") -> dict:
145145
"wheel_absent_extra": ["cpp"],
146146
},
147147
"rust": {
148-
"sdist_present_extra": ["rust", "src", "Cargo.toml", "Cargo.lock"],
148+
"sdist_present_extra": ["rust", "Cargo.toml", "Cargo.lock"],
149149
"sdist_absent_extra": [".gitattributes", ".vscode", "target"],
150150
"wheel_absent_extra": ["rust", "src", "Cargo.toml"],
151151
},
@@ -160,7 +160,7 @@ def load_hatch_config(pyproject_path: str | Path = "pyproject.toml") -> dict:
160160
"wheel_absent_extra": ["js"],
161161
},
162162
"rustjswasm": {
163-
"sdist_present_extra": ["js", "rust", "src", "Cargo.toml", "Cargo.lock"],
163+
"sdist_present_extra": ["js", "rust", "Cargo.toml", "Cargo.lock"],
164164
"sdist_absent_extra": [".gitattributes", ".vscode", "target"],
165165
"wheel_absent_extra": ["js", "rust", "src", "Cargo.toml"],
166166
},

0 commit comments

Comments
 (0)