summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 6b9b1a20a847d4ca5b517e8144b4f304d970edfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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