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
commit72f302c36e3e73f7ec6cca4af5ae8384f72f59e9 (patch)
tree3a6f017c4813fe0a84961e6b8cc4049929971575 /MANIFEST.in
parent2e3fa3989c2cb09d0ed5e63056e3c6448a40abac (diff)
downloadtox-git-72f302c36e3e73f7ec6cca4af5ae8384f72f59e9.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 00000000..b711e93e
--- /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