Skip to content

Commit

Permalink
chore: use current git tag as version
Browse files Browse the repository at this point in the history
  • Loading branch information
hartungstenio committed Jul 16, 2024
1 parent 244f6d1 commit 98c0a58
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["hatchling"]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"

[project]
name = "django-pwa"
version = "1.1.0"
dynamic = ["version"]
description = "A Django app to include a manifest.json and Service Worker instance to enable progressive web app behavior"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down Expand Up @@ -37,6 +37,9 @@ dependencies = ["django>=3.2"]
[project.urls]
Repository = "http://github.com/silviolleite/django-pwa"

[tool.hatch.version]
source = "vcs"

[tool.hatch.build.targets.sdist]
packages = ["/pwa", "/tests"]

Expand Down

0 comments on commit 98c0a58

Please sign in to comment.