summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2010-07-12 13:08:13 +0200
committerholger krekel <holger@merlinux.eu>2010-07-12 13:08:13 +0200
commit37628886919dafe26d26e83a6190099633f132aa (patch)
tree3a6f017c4813fe0a84961e6b8cc4049929971575 /MANIFEST.in
parent3bb4af6380b4aaa493485ce383f843b9a56f99f4 (diff)
downloadtox-37628886919dafe26d26e83a6190099633f132aa.tar.gz
adding a MANIFEST file0.5
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..b711e93
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,13 @@
+include CHANGELOG
+include README.txt
+include LICENSE
+include setup.py
+graft doc
+graft tests
+prune doc/_build
+exclude *.orig
+exclude *.rej
+recursive-exclude tox *.pyc *$py.class
+recursive-exclude doc *.pyc *$py.class
+recursive-exclude tests *.pyc *$py.class
+prune .hg