summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 9dd3f6b93b02984c79383f0a24a60d6753cd6c8e (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 buildout.cfg
include tox.ini
include .travis.yml
include .coveragerc

recursive-include docs *.rst *.bat *.py Makefile .gitignore
recursive-include src *.zcml

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

# added by check_manifest.py
include *.yml