update "make install" for cmake to correctly install LAMMPS python module.

This commit is contained in:
Axel Kohlmeyer
2022-09-22 22:44:45 -04:00
parent e230a3bb5b
commit ea8f08c295
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,3 @@
[build-system]
requires = [ "setuptools>=42", "wheel" ]
requires = [ "setuptools>=42", "wheel", "build" ]
build-backend = "setuptools.build_meta"