summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: d310afe5f428fe02a057d84288e443b51b94da57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
include networkx/tests/readwrite/*.txt

global-exclude *~
global-exclude *.pyc
global-exclude .svn