Skip to content

Commit 6871afe

Browse files
committed
refactor: rename python folder to src-python
1 parent 6813b7d commit 6871afe

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

templates/{{ '.' }}/{{ project_name }}/src-tauri/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ requires = ["setuptools>=61", "setuptools_scm>=8"]
2121
build-backend = "setuptools.build_meta"
2222

2323
[tool.setuptools.packages]
24-
find = { where = ["python"] }
24+
find = { where = ["src-python"] }

0 commit comments

Comments
 (0)