summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: e2894e8727eb971f88f2f9a2773feddfafc12a8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include MANIFEST.in
include setup_egg.py

recursive-include doc *.txt *.rst *.html
recursive-include examples *.py *.dat *.edgelist *.mbox

include networkx/tests/*.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
global-exclude .svn