https://github.com/yt-project/yt
Raw File
Tip revision: 62febd1f2f1d205193c721dd0dd87154af82c739 authored by Nathan Goldbaum on 15 October 2018, 15:46:44 UTC
update version numbers for 3.5.0
Tip revision: 62febd1
MANIFEST.in
include README* CREDITS COPYING.txt CITATION  setupext.py CONTRIBUTING.rst
include yt/visualization/mapserver/html/map_index.html
include yt/utilities/mesh_types.yaml
exclude scripts/pr_backport.py
recursive-include yt *.py *.pyx *.pxd *.h README* *.txt LICENSE* *.cu
recursive-include doc *.rst *.txt *.py *.ipynb *.png *.jpg *.css *.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
recursive-include yt/visualization/volume_rendering/shaders *.fragmentshader *.vertexshader
prune yt/frontends/_skeleton
back to top