summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authoraric <none@none>2008-11-14 22:34:16 +0000
committeraric <none@none>2008-11-14 22:34:16 +0000
commit73aaa6d06f4c0155a419dcc1af74091f57c5337d (patch)
treeae71284d44d00d17c962055edc07fdb87dd9dcbc /MANIFEST.in
parenta1de28d54d47cdede74e4bac5511a90fad86404b (diff)
downloadnetworkx-73aaa6d06f4c0155a419dcc1af74091f57c5337d.tar.gz
adjust MANIFEST.in and setup*.py for file layout with data and package_data
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40985
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e2894e87..d6ae593b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,11 @@
include MANIFEST.in
include setup_egg.py
+include INSTALL.txt
-recursive-include doc *.txt *.rst *.html
-recursive-include examples *.py *.dat *.edgelist *.mbox
+recursive-include examples *.py *.edgelist *.mbox *.gz *.bz2
+recursive-include doc *.py *.rst Makefile *.html *.png *.txt
+include scripts/*
include networkx/tests/*.txt
include networkx/tests/*.py
include networkx/*/tests/*.txt
@@ -14,3 +16,9 @@ include networkx/*/*/tests/*.py
global-exclude *~
global-exclude *.pyc
global-exclude .svn
+
+prune doc/build
+prune doc/source/reference/generated
+prune doc/source/examples
+prune doc/source/static/examples
+prune doc/source/templates/gallery.html \ No newline at end of file