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