Skip to content

Commit

Permalink
Use scm[toml]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 5, 2024
1 parent 8ec0aad commit c8bb811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions batoid/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
libbatoid.dylib
_version.py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm", "cmake", "pybind11"]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4", "cmake", "pybind11"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down

0 comments on commit c8bb811

Please sign in to comment.