Skip to content

Commit

Permalink
pyproject.toml: use dynamic version with setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jan 5, 2025
1 parent 8d1a8ca commit 6a29150
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[build-system]
requires = [
"setuptools",
"setuptools>=64",
"setuptools-scm>=8"
"numpy",
]
build-backend = "setuptools.build_meta"

[project]
name = "pyhdf"
version = "0.11.4"
dynamic = ["version"]
description = "Python interface to the NCSA HDF4 library"
readme = "README.md"
keywords = ['hdf4', 'netcdf', 'numpy', 'python', 'pyhdf']
Expand Down Expand Up @@ -40,3 +41,5 @@ dependencies = [

[project.urls]
Homepage = 'https://github.com/fhs/pyhdf'

[tool.setuptools_scm]

0 comments on commit 6a29150

Please sign in to comment.