v0.0.4-a2, added __version__ so pypi version is dynamic
This commit is contained in:
parent
ffb9e4b8e0
commit
df21f4e4c0
5 changed files with 12 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue