v0.0.4-a2, added __version__ so pypi version is dynamic

This commit is contained in:
Mr Finchum 2025-01-03 13:45:59 +01:00
parent ffb9e4b8e0
commit df21f4e4c0
5 changed files with 12 additions and 4 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "OptimaLab35"
version = "0.0.4-a1"
dynamic = ["version"]
authors = [{ name = "Mr. Finchum" }]
description = "User interface for OPTIMA35."
readme = "README.md"
@ -24,3 +24,6 @@ OptimaLab35 = "OptimaLab35.main:main"
[tool.hatch.build.targets.wheel]
packages = ["src/OptimaLab35"]
[tool.hatch.version]
path = "src/OptimaLab35/__init__.py"