Skip to content

Commit 441a69d

Browse files
committed
small fix to EXTRA_DIST files.
1 parent 1158448 commit 441a69d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/healpy/Makefile.am

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ CITATION \
77
COPYING \
88
INSTALL.rst \
99
MANIFEST.in \
10-
PKG-INFO \
10+
README.rst \
11+
requirements.txt \
1112
setup.cfg.in \
1213
setup.py.in
1314

@@ -29,5 +30,5 @@ install-exec-hook :
2930
@$(PYTHON_BIN) setup.py install
3031

3132
clean-local :
32-
rm -rf build dist healpy.egg-info PKG-INFO
33+
rm -rf build dist healpy.egg-info
3334

0 commit comments

Comments
 (0)