summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 971ccec..8dc7d92 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,8 +9,10 @@ include setup.cfg
recursive-include librabbitmq *
recursive-include Modules *
recursive-include tests *
-prune *.pyc
-prune *.o
-prune *.la
-prune *.so
-prune *.dylib
+prune rabbitmq-c/
+exclude *.pyc
+exclude *.o
+exclude *.la
+exclude *.so
+exclude *.dylib
+exclude Makefile