Skip to content

Commit

Permalink
Turns out I need the pip>=23.0 for editable installs only. Added a no…
Browse files Browse the repository at this point in the history
…te about this to pyproject.toml
  • Loading branch information
neilflood committed May 28, 2024
1 parent 634d43b commit 5fe690f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# we remove setup.py, we should also remove bin/, because the new
# approach is via projects.scripts, which installs without the .py suffix

# When doing an editable install (-e, --editable), you must be using a
# version of pip >= 23.0. If not, it will fail very cryptically.
#

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 5fe690f

Please sign in to comment.