summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: af5b7e7d2eb63cd3dbdc15dfa279f6cf5592b3a8 (plain)
1
2
3
4
5
6
7
8
# For some reason, building the egg includes everything!
exclude *.* *
include coverage.egg-info/*.*
include coverage/*.py
include ez_setup.py
include setup.py
include README.txt
include CHANGES.txt