Skip to content

Commit

Permalink
make-a-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eyes committed Oct 20, 2024
1 parent 4563ca4 commit ccdb6fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ build-backend = "hatchling.build"

[project]
name = "snipe"
version = "0.1.0"
dynamic = [
"version",
]
description = "A versatile API and CLI tool for Snipe."
readme = "README.md"
license = { text = "AGPL" }
Expand Down Expand Up @@ -63,7 +65,7 @@ snipe = "snipe.cli.main:cli"


[tool.hatch.version]
path = "snipe/__init__.py"
path = "src/snipe/__init__.py"

[tool.hatch.envs.hatch-build]
installer = "uv"
Expand Down

0 comments on commit ccdb6fb

Please sign in to comment.