https://github.com/yt-project/yt
Raw File
Tip revision: 2dd6c169b8a95da8d67cfeca2fa5c67de70c7597 authored by Nathan Goldbaum on 28 January 2016, 02:04:37 UTC
Backporting PR #1963 https://bitbucket.org/yt_analysis/yt/pull-requests/1969
Tip revision: 2dd6c16
MANIFEST.in
include distribute_setup.py README* CREDITS COPYING.txt CITATION requirements.txt optional-requirements.txt
recursive-include yt/gui/reason/html *.html *.png *.ico *.js *.gif *.css
recursive-include yt *.py *.pyx *.pxd *.h README* *.txt LICENSE* *.cu
recursive-include doc *.rst *.txt *.py *.ipynb *.png *.jpg *.css *.inc *.html
recursive-include doc *.h *.c *.sh *.svgz *.pdf *.svg *.pyx
include doc/README doc/activate doc/activate.csh doc/cheatsheet.tex
include doc/extensions/README doc/Makefile
prune doc/source/reference/api/generated
prune doc/build
recursive-include yt/analysis_modules/halo_finding/rockstar *.py *.pyx
prune yt/frontends/_skeleton
prune tests
graft yt/gui/reason/html/resources
exclude clean.sh .hgchurn
back to top