Skip to content

Commit

Permalink
BUG: fix path in version file
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret authored Jan 8, 2025
1 parent 61f2014 commit 51996ef
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 @@ -34,7 +34,7 @@ dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"

[tool.versioningit.write]
file = "q2-mystery-stew/_version.py"
file = "q2_mystery_stew/_version.py"

[tool.setuptools]
include-package-data = true
Expand Down

0 comments on commit 51996ef

Please sign in to comment.