Skip to content

Commit

Permalink
PKG #249 drop from build-system.requires
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 11, 2024
1 parent 063c235 commit 286302e
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = [
"h5py",
"hdf5plugin",
"lxml",
"numpy",
"pyRestTable",
"requests",
"setuptools_scm[toml]>=6.2",
"setuptools>=61.0",
"setuptools_scm[toml]>=8.0",
"setuptools>=64",
]
build-backend = "setuptools.build_meta"

[project]
name = "punx"
dynamic = ["version"]
description = "Python Utilities for NeXus HDF5 files."
authors = [
{ name="Pete Jemian", email="prjemian@gmail.com" },
]
dynamic = ["version"]
readme = "README.md"
requires-python = ">=3.8"
keywords = ["NeXus", "HDF5"]
Expand Down

0 comments on commit 286302e

Please sign in to comment.