]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
MANIFEST.in: make git-based 'setup.py sdist' match darcs
authorBrian Warner <warner@lothar.com>
Mon, 9 Jan 2012 23:46:37 +0000 (15:46 -0800)
committerBrian Warner <warner@lothar.com>
Mon, 9 Jan 2012 23:49:06 +0000 (15:49 -0800)
Previously, tarballs generated from a git tree were lacking a lot of
important non-code files, like docs/

MANIFEST.in

index 6cf5380539bb7f41ed5dd4fb6702b49fbe91e09a..fdf768740c445b08b7bc1f53fa93ab832cd0475d 100644 (file)
@@ -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