https://github.com/yt-project/yt
Raw File
Tip revision: 9d80a073a1c907288abb62ef8f2f42cdba6bad37 authored by Clément Robert on 20 December 2022, 16:22:40 UTC
Merge pull request #4256 from neutrinoceros/prep_rel_4.1.3
Tip revision: 9d80a07
MANIFEST.in
include README* CREDITS COPYING.txt CITATION  setupext.py CONTRIBUTING.rst
include yt/visualization/mapserver/html/map.js
include yt/visualization/mapserver/html/map_index.html
include yt/visualization/mapserver/html/Leaflet.Coordinates-0.1.5.css
include yt/visualization/mapserver/html/Leaflet.Coordinates-0.1.5.src.js
include yt/utilities/tests/cosmology_answers.yml
include yt/utilities/mesh_types.yaml
exclude scripts/pr_backport.py
exclude yt/utilities/lib/cykdtree/c_kdtree.cpp
prune tests
prune docker
prune answer-store
recursive-include yt *.py *.pyx *.pxi *.pxd *.h *.hpp 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
exclude doc/cheatsheet.pdf
include doc/extensions/README doc/Makefile
prune doc/source/reference/api/generated
prune doc/build
prune .tours
recursive-include yt/visualization/volume_rendering/shaders *.fragmentshader *.vertexshader
include yt/sample_data_registry.json
include conftest.py
include yt/py.typed
prune yt/frontends/_skeleton
recursive-include yt/frontends/amrvac *.par
exclude .codecov.yml .coveragerc .git-blame-ignore-revs .gitmodules .hgchurn .mailmap
exclude .pre-commit-config.yaml clean.sh nose_answer.cfg nose_unit.cfg
back to top