Skip to content

Commit b15e34d

Browse files
authored
Merge pull request #119 from python-project-templates/tkp/cd
Drop src from hatchling for rust variants
2 parents 44fcd4f + bd3336b commit b15e34d

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

rust/pyproject.toml.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ path = "."
141141
packages = [
142142
"{{module}}",
143143
"rust",
144-
"src",
145144
"Cargo.toml",
146145
"Cargo.lock",
147146
]
@@ -156,7 +155,6 @@ packages = [
156155
]
157156
exclude = [
158157
"rust",
159-
"src",
160158
]
161159

162160
[tool.pytest.ini_options]

rustjswasm/pyproject.toml.jinja

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ packages = [
151151
"{{module}}",
152152
"js",
153153
"rust",
154-
"src",
155154
"Cargo.toml",
156155
"Cargo.lock",
157156
]
@@ -168,7 +167,6 @@ packages = [
168167
exclude = [
169168
"js",
170169
"rust",
171-
"src",
172170
]
173171

174172
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)