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 8b11caf commit b759f55
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 @@ -38,7 +38,7 @@ dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"

[tool.versioningit.write]
file = "q2-quality-control/_version.py"
file = "q2_quality_control/_version.py"

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

0 comments on commit b759f55

Please sign in to comment.