Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martinsos committed Sep 4, 2024
1 parent c241439 commit 90c938d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ BUILD_SOURCE_FILES=edlib pyedlib.bycython.cpp setup.py
# and then finally build package again but with README.rst.
buildWithoutREADME.rst: ${BUILD_SOURCE_FILES}
EDLIB_OMIT_README_RST=1 \
python -m pip install .
python -m pip install -e .

README.rst: buildWithoutREADME.rst README-tmpl.rst
python -m pip install cogapp
Expand All @@ -30,7 +30,7 @@ README.rst: buildWithoutREADME.rst README-tmpl.rst
BUILD_FILES=${BUILD_SOURCE_FILES} README.rst

build: ${BUILD_FILES}
python -m pip install .
python -m pip install -e .

sdist: ${BUILD_FILES} MANIFEST.in
python -m pip install build
Expand Down

0 comments on commit 90c938d

Please sign in to comment.