Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/entrypoints/spkg-install.in: Remove pyproject.toml so that…
Browse files Browse the repository at this point in the history
… setup.py is used
  • Loading branch information
mkoeppe committed Jun 6, 2020
1 parent 29327d3 commit bcc79a5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion build/pkgs/entrypoints/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
cd src && sdh_pip_install .
cd src

# Make sure that modern pip uses the generated setup.py
# that is distributed with the PyPI tarball,
# so we do not have to have flit. Trac #29803.
rm -f pyproject.toml

sdh_pip_install .

0 comments on commit bcc79a5

Please sign in to comment.