From 502efcf93cc4be7a25e77981ff4a1e73f4500896 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Thu, 21 May 2015 15:59:19 -0700
Subject: [PATCH] MANIFEST.in: add some missing files so tarballs are complete

---
 MANIFEST.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 8668770e..f7bab805 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,10 +1,13 @@
+include README.rst
 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
+include Dockerfile
+recursive-include src *.xhtml *.js *.png *.css *.svg *.txt
 graft docs
 graft misc
 graft static
+graft Contents
 
 graft setuptools-0.6c16dev6.egg
 global-exclude *~ *.pyc
-- 
2.45.2