Skip to content

Commit ca13d24

Browse files
committed
Fix pyproject versioning
1 parent aa95293 commit ca13d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[project]
22
name = "accessvis"
3-
version = "0.0.1"
43
description = "3D visualisation tools and utilities for earth systems data"
54
readme = "README.md"
65
requires-python = ">=3.6"
@@ -63,6 +62,7 @@ dependencies = [
6362
"tqdm",
6463
"netcdf4",
6564
]
65+
dynamic = ["version"]
6666

6767
# List additional groups of dependencies here (e.g. development
6868
# dependencies). Users will be able to install these using the "extras"

0 commit comments

Comments
 (0)