2019-08-02 18:47:23 +03:00
|
|
|
include LICENSE
|
|
|
|
include .coveragerc
|
2019-08-03 17:12:58 +03:00
|
|
|
include *.md
|
2019-08-02 23:07:05 +03:00
|
|
|
include *.yml
|
2019-08-02 18:47:23 +03:00
|
|
|
|
2020-09-17 15:57:39 +03:00
|
|
|
recursive-include toasty *.exr *.fits *.fits.gz *.jpg *.png *.wwtxml *.yaml
|
2019-08-02 19:07:40 +03:00
|
|
|
|
2019-08-02 22:06:07 +03:00
|
|
|
graft docs
|
|
|
|
prune docs/_build
|
|
|
|
|
2019-08-02 18:47:23 +03:00
|
|
|
global-exclude *~
|
|
|
|
global-exclude *.pyc
|
|
|
|
global-exclude *.pyo
|
|
|
|
global-exclude .git
|
|
|
|
global-exclude .ipynb_checkpoints
|