Skip to content

Commit

Permalink
Try specifying setuptools in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SylviaWhittle committed Sep 17, 2023
1 parent 66e13d5 commit a619868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ def build_extension(self, ext: CMakeExtension) -> None:
setup(
ext_modules=[CMakeExtension("topo_libasd")],
cmdclass=dict(build_ext=CMakeBuild),
setup_requires=["setuptools_scm"],
setup_requires=["setuptools, setuptools_scm"],
use_scm_version=True,
)

0 comments on commit a619868

Please sign in to comment.