a | b/MANIFEST.in | ||
---|---|---|---|
1 | graft docs |
||
2 | graft src |
||
3 | graft ci |
||
4 | graft tests |
||
5 | |||
6 | include .bumpversion.cfg |
||
7 | include .coveragerc |
||
8 | include .cookiecutterrc |
||
9 | include .editorconfig |
||
10 | include .pylintrc |
||
11 | include *.png |
||
12 | |||
13 | include AUTHORS.rst |
||
14 | include CHANGELOG.rst |
||
15 | include CONTRIBUTING.rst |
||
16 | include LICENSE |
||
17 | include README.rst |
||
18 | |||
19 | include tox.ini .travis.yml appveyor.yml .readthedocs.yml |
||
20 | |||
21 | global-exclude *.py[cod] __pycache__ *.so *.dylib |