We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 815efae + 12a16fd commit 8369346Copy full SHA for 8369346
1 file changed
src/healpy/Makefile.am
@@ -28,7 +28,8 @@ setup.py : $(srcdir)/setup.py.in $(srcdir)/setup.cfg.in $(srcdir)/gen_setup.sh
28
29
install-exec-hook :
30
mkdir -p "$(pythondir)"
31
- @$(PYTHON) setup.py install
+ @$(PYTHON) setup.py install \
32
+ --single-version-externally-managed --record record.txt
33
34
clean-local :
35
rm -rf build dist healpy.egg-info
0 commit comments