Skip to content

Commit

Permalink
small fix to EXTRA_DIST files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Oct 26, 2016
1 parent 1158448 commit 441a69d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/healpy/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ CITATION \
COPYING \
INSTALL.rst \
MANIFEST.in \
PKG-INFO \
README.rst \
requirements.txt \
setup.cfg.in \
setup.py.in

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

clean-local :
rm -rf build dist healpy.egg-info PKG-INFO
rm -rf build dist healpy.egg-info

0 comments on commit 441a69d

Please sign in to comment.