forked from healpy/healpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
26 lines (26 loc) · 1007 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
recursive-include healpy/data *.fits
recursive-include healpy/data *_cmap.dat
recursive-include healpy/test/data *
exclude healpy/test/data/ipython*
exclude cfitsio/*pdf cfitsio/*ps cfitsio/*doc cfitsio/*tex
prune cfitsio/docs
exclude *.so
exclude *.a
exclude .gitignore .gitmodules .travis.yml clean.sh
include COPYING CITATION INSTALL.rst README.rst MANIFEST.in CHANGELOG.rst ez_setup.py run_pykg_config.py
include healpy/src/_healpy_utils.h
include healpy/src/_healpy_hotspots_lib.h
include healpy/src/_line_integral_convolution_lib.h
include healpy/src/_query_disc.cpp
include healpy/src/_sphtools.cpp
include healpy/src/_pixelfunc.cpp
include healpy/src/_masktools.cpp
include healpy/src/_hotspots.cpp
include healpy/src/_line_integral_convolution.cpp
include healpy/src/_common.pxd
include healpy/src/_query_disc.pyx
include healpy/src/_sphtools.pyx
include healpy/src/_pixelfunc.pyx
include healpy/src/_masktools.pyx
include healpy/src/_hotspots.pyx
include healpy/src/_line_integral_convolution.pyx