summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authoraric <none@none>2006-11-28 16:11:16 +0000
committeraric <none@none>2006-11-28 16:11:16 +0000
commit5ec4609752c7f63a39bbb12adb7a9b5d00df8d82 (patch)
tree7656547f357a4a6be235e6fbe131e6d191caf487 /MANIFEST.in
parentcdef3d4cb521f2de9037b2d6cce550fd21948669 (diff)
downloadnetworkx-5ec4609752c7f63a39bbb12adb7a9b5d00df8d82.tar.gz
include tests and docs in source distribution
--HG-- extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%40481
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..ceabb29b
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,19 @@
+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
+
+include networkx/tests/*.txt
+include networkx/tests/drawing/*.txt
+include networkx/tests/generators/*.txt
+
+global-exclude *~
+global-exclude *.pyc
+global-exclude .svn