Skip to content

Commit 12376cf

Browse files
committed
pyproject.toml: use dynamic version with setuptools-scm
1 parent 8d1a8ca commit 12376cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[build-system]
22
requires = [
33
"setuptools",
4+
"setuptools-scm",
45
"numpy",
56
]
67
build-backend = "setuptools.build_meta"
78

89
[project]
910
name = "pyhdf"
10-
version = "0.11.4"
11+
dynamic = ["version"]
1112
description = "Python interface to the NCSA HDF4 library"
1213
readme = "README.md"
1314
keywords = ['hdf4', 'netcdf', 'numpy', 'python', 'pyhdf']
@@ -40,3 +41,5 @@ dependencies = [
4041

4142
[project.urls]
4243
Homepage = 'https://github.com/fhs/pyhdf'
44+
45+
[tool.setuptools_scm]

0 commit comments

Comments
 (0)