Skip to content

Commit

Permalink
Merge pull request PSLmodels#312 from PSLmodels/add-pyproject.toml
Browse files Browse the repository at this point in the history
Add pyproject.toml file and simplify 'make install' Makefile logic
  • Loading branch information
martinholmer authored Nov 24, 2024
2 parents 40cbb0a + 183c1cd commit 103ffcd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY=install
install:
pip install -e . --config-settings editable_mode=compat
pip install -e .
python tmd/download_prerequisites.py

.PHONY=clean
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools>=64.0"]
build-backend = "setuptools.build_meta"

0 comments on commit 103ffcd

Please sign in to comment.