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 6e6674a commit e00976b
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 @@ -37,7 +37,7 @@ dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"

[tool.versioningit.write]
file = "q2-dada2/_version.py"
file = "q2_dada2/_version.py"

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

0 comments on commit e00976b

Please sign in to comment.