Skip to content

Commit

Permalink
Update setup and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmp1985 committed Aug 27, 2024
1 parent 5766d3f commit c2cf4dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "wheel", "cmake", "ninja"]
requires = ["setuptools>=61", "setuptools_scm[toml]>=6.2", "cmake", "ninja", "wheel", "pytest-runner"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "src/multem/_version.py"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def main():
package_dir={"": "src"},
packages=find_packages(where="src"),
install_requires=["numpy"],
setup_requires=["setuptools_scm", "pytest-runner"],
tests_require=tests_require,
test_suite="tests",
ext_modules=[Extension("multem_ext", [])],
Expand Down

0 comments on commit c2cf4dc

Please sign in to comment.