forked from astropy/astropy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
37 lines (28 loc) · 941 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
27
28
29
30
31
32
33
34
35
36
37
include .astropy-root
include README.rst
include CHANGES.rst
include ez_setup.py
include ah_bootstrap.py
include setup.cfg
include astropy/tests/coveragerc
recursive-include astropy *.pyx *.c *.h *.map
include astropy/astropy.cfg
# We have to explicitly include the following modules, otherwise only the
# Python 2 versions are included when making a source distribution in Python
# 2, and similarly for Python 3:
include astropy/extern/configobj/*.py
recursive-include astropy/utils/compat *.py
include astropy/table/tests/notebook_repr_html.ipynb
include astropy/utils/misc/data/.hidden_file.txt
recursive-include docs *
recursive-include licenses *
recursive-include cextern *
recursive-include scripts *
recursive-include static *
recursive-include astropy/sphinx/themes *
prune docs/_build
prune build
recursive-include astropy_helpers *
exclude astropy_helpers/.git
exclude astropy_helpers/.gitignore
global-exclude *.pyc *.o