https://github.com/astropy/astropy
Raw File
Tip revision: 5cafcd7f5cfbcc483091cc29b0dae8a7b813dc69 authored by Erik M. Bray on 04 March 2014, 17:48:30 UTC
Preparing release 0.3.1
Tip revision: 5cafcd7
MANIFEST.in
include README.rst
include CHANGES.rst

include ez_setup.py
include setuptools_bootstrap.py
include setup.cfg
include astropy/tests/coveragerc
recursive-include astropy *.pyx *.c *.h *.map

# 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_py2/*.py
include astropy/extern/configobj_py3/*.py
include astropy/extern/pyparsing_py2/*.py
include astropy/extern/pyparsing_py3/*.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 astropy/sphinx/themes *

exclude *.pyc *.o
prune docs/_build
prune build
back to top