summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 2a03b09057ea8016abf14298029f841771c0cc80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include *.rst
include *.txt
include *.py
include tox.ini
include buildout.cfg
include .travis.yml
include .coveragerc

recursive-include docs *
recursive-include src *

global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so

# added by check_manifest.py
include *.yml