summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authoraric <none@none>2008-11-11 18:54:34 +0000
committeraric <none@none>2008-11-11 18:54:34 +0000
commit12205cb5493ae45ed9a0a939316b4b9c5cf48fb1 (patch)
tree156e5641fd6eb2204dd1c176cb4b3a2d26af6fe9 /MANIFEST.in
parent50f220f419e56804eaa82cc22d4aa66504cf2e0c (diff)
downloadnetworkx-12205cb5493ae45ed9a0a939316b4b9c5cf48fb1.tar.gz
adjust data in setup.py and MANIFEST.in for file layout
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40938
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in18
1 files changed, 7 insertions, 11 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d310afe5..b895014c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,19 +1,15 @@
include MANIFEST.in
include setup_egg.py
-include doc/*.txt
-include doc/make_html.py
-include doc/data/*.png
-include doc/data/*.css
-include doc/examples/*.py
-include doc/examples/*.dat
-include doc/examples/*.edges
-include doc/examples/sample.mbox
+recursive-include doc *.txt *.rst *.html
+recursive-include doc/examples *.py *.dat *.edgelist *.mbox
include networkx/tests/*.txt
-include networkx/tests/drawing/*.txt
-include networkx/tests/generators/*.txt
-include networkx/tests/readwrite/*.txt
+include networkx/tests/*.py
+include networkx/*/tests/*.txt
+include networkx/*/tests/*.py
+include networkx/*/*/tests/*.txt
+include networkx/*/*/tests/*.py
global-exclude *~
global-exclude *.pyc