Skip to content

Commit

Permalink
build: Remove 'toml' extra from setuptools_scm build requirement (#517)
Browse files Browse the repository at this point in the history
* The toml extra from setuptools-scm is now empty and exists only
  for legacy purposes and so can be removed.
* The modern setuptools-scm docs recommend a lower bound of
  setuptools v64 and setuptools-scm v8.
   - c.f. https://setuptools-scm.readthedocs.io/en/v8.1.0/
  • Loading branch information
matthewfeickert authored Sep 14, 2024
1 parent 7329a18 commit 4d55e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
# Minimum requirements for the build system (setup.py) to execute.
requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4",]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"


Expand Down

0 comments on commit 4d55e60

Please sign in to comment.