We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1158448 commit 441a69dCopy full SHA for 441a69d
1 file changed
src/healpy/Makefile.am
@@ -7,7 +7,8 @@ CITATION \
7
COPYING \
8
INSTALL.rst \
9
MANIFEST.in \
10
-PKG-INFO \
+README.rst \
11
+requirements.txt \
12
setup.cfg.in \
13
setup.py.in
14
@@ -29,5 +30,5 @@ install-exec-hook :
29
30
@$(PYTHON_BIN) setup.py install
31
32
clean-local :
- rm -rf build dist healpy.egg-info PKG-INFO
33
+ rm -rf build dist healpy.egg-info
34
0 commit comments