From 9f2ffc34581f492182619ea9da2f8906446f74c5 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Fri, 6 Feb 2015 23:59:12 +0000
Subject: [PATCH] Fix warnings due to bitrot in MANIFEST.in. closes #2380

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 MANIFEST.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index da07b99c..1b96c822 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,10 +2,9 @@ include COPYING.GPL COPYING.TGPPL.rst CREDITS Makefile NEWS.rst Tahoe.home
 include relnotes.txt
 include bin/tahoe-script.template
 recursive-include src *.xhtml *.js *.png *.css
-recursive-include twisted *.py
 graft docs
 graft misc
 graft static
 
-graft setuptools-0.6c16dev4.egg
+graft setuptools-0.6c16dev5.egg
 global-exclude *~ *.pyc
-- 
2.45.2