summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2009-10-29 12:45:12 +0100
committerholger krekel <holger@merlinux.eu>2009-10-29 12:45:12 +0100
commit270ac2bc0d7b2d6f602f4d56e2943c4d0248c0e8 (patch)
tree80d5c0881897e84b49172f0fb66d621e7933c859 /MANIFEST.in
parent92d482069c95f39aa7654b13cd626fc8ead8ee7f (diff)
downloadpytest-270ac2bc0d7b2d6f602f4d56e2943c4d0248c0e8.tar.gz
some release preps and cleanups
- update setup.py for release - use distributes_setup on python3 - remove unncessary package_data - remove execnet example --HG-- branch : trunk
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 84715a5fa..42c013e59 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,16 +1,14 @@
include CHANGELOG
include README.txt
include setup.py
+include distribute_setup.py
include LICENSE
-include py/LICENSE
-include py/path/testing/repotest.dump
-include py/rest/rest.sty.template
graft doc
graft contrib
graft example
-graft py/bin
-graft py/rest/testing/data
+graft bin
exclude *.orig
exclude *.rej
+exclude .hginore
prune .svn
prune .hg