Skip to content

Commit

Permalink
Fix non-editable install (#540)
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Meier <github.pmeier@posteo.de>
  • Loading branch information
smokestacklightnin and pmeier authored Jan 16, 2025
1 parent dca421b commit 1254ac4
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 @@ -65,7 +65,7 @@ all = [
[tool.setuptools_scm]
write_to = "ragna/_version.py"
version_scheme = "release-branch-semver"
local_scheme = "node-and-timestamp"
local_scheme = "node-and-date"

[project.scripts]
ragna = "ragna.__main__:app"
Expand Down

0 comments on commit 1254ac4

Please sign in to comment.