From 81ab1c851e0f22f245a6f322dce12d41a07e3c94 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 19:02:30 +0100
Subject: [PATCH] Mon Jan  9 23:46:37 GMT 2012  Brian Warner
 <warner@lothar.com>   * MANIFEST.in: make git-based 'setup.py sdist' match
 darcs

  Previously, tarballs generated from a git tree were lacking a lot of
  important non-code files, like docs/
---
 MANIFEST.in | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 6cf53805..fdf76874 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,12 @@
-include src/allmydata/web/*.xhtml
-include src/allmydata/web/static/*.js
-include src/allmydata/web/static/*.png
-include src/allmydata/web/static/*.css
+include COPYING.GPL COPYING.TGPPL.rst CREDITS Makefile NEWS.rst Tahoe.home
+include relnotes.txt .darcs-boringfile
+include bin/tahoe-script.template
+recursive-include src *.xhtml *.js *.png *.css
+recursive-include twisted *.py
+graft docs
+graft misc
+graft static
+graft darcsver-1.7.2.egg
+
+graft setuptools-0.6c16dev3.egg
+global-exclude *~ *.pyc
-- 
2.45.2