Skip to content

Commit

Permalink
use dev versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cofiem committed Jan 12, 2025
1 parent ffbd7bf commit 4e2f353
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -49,6 +49,11 @@ music-playlists = "music_playlists.cli:music_playlists"

[tool.hatch.version]
path = "src/music_playlists/__about__.py"
source = "vcs"
version_scheme = "no-guess-dev"

[tool.hatch.build.hooks.vcs]
version-file = "_version.py"

[tool.hatch.envs.default]
dependencies = [
Expand Down

0 comments on commit 4e2f353

Please sign in to comment.