File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " wannier90io"
7- version = " 0.1.0"
87description = " A Python library for Wannier90 I/O"
98readme = " README.md"
109requires-python = " >=3.8"
@@ -20,6 +19,7 @@ dependencies = [
2019 " numpy" ,
2120 " pydantic" ,
2221]
22+ dynamic =[' version' ]
2323
2424[project .urls ]
2525Documentation = " https://github.com/jimustafa/wannier90io-python#readme"
@@ -29,6 +29,9 @@ Source = "https://github.com/jimustafa/wannier90io-python"
2929[tool .hatch .build ]
3030only-packages = true
3131
32+ [tool .hatch .version ]
33+ path = " src/wannier90io/__about__.py"
34+
3235[project .scripts ]
3336w90io = " wannier90io.__main__:main"
3437
Original file line number Diff line number Diff line change 1+ __version__ = '0.1.0b1'
You can’t perform that action at this time.
0 commit comments