https://github.com/yt-project/yt
Raw File
Tip revision: cb31ccc8e5dd076e07f4ca48316ef145e38eaaa1 authored by Nathan Goldbaum on 13 November 2015, 21:03:34 UTC
Updating version numbers for yt 3.2.2 release
Tip revision: cb31ccc
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