blob: 8dac939f816f8473a7d4bc7dc4394f8b84a8ad2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
graft pyramid
graft docs
prune docs/_build
include README.rst
include CHANGES.txt HISTORY.txt BFG_HISTORY.txt
include CONTRIBUTORS.txt LICENSE.txt COPYRIGHT.txt
include contributing.md RELEASING.txt
include tox.ini appveyor.yml .travis.yml rtd.txt
include HACKING.txt hacking-tox.ini
include builddocs.sh coverage.sh scaffoldtests.sh
include TODO.txt
global-exclude __pycache__ *.py[cod]
|