Skip to content

Commit

Permalink
Fixed path for version dumping
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Vaslin committed Apr 2, 2024
1 parent efdcb21 commit 5168531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [
build-backend="setuptools.build_meta"

[tool.setuptools_scm]
write_to = "defect_detection/version.py"
write_to = "src/defect_detection/version.py"

[project]
name = "defect_detection"
Expand Down

0 comments on commit 5168531

Please sign in to comment.