summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 853e862d84cf15dd7298278334bff682bebdadd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include MANIFEST.in
include setup_egg.py
include setup.py
include INSTALL.txt
include LICENSE.txt
include README.txt

recursive-include examples *.py *.edgelist *.mbox *.gz *.bz2 *.zip
recursive-include doc *.py *.rst Makefile *.html *.png *.txt

include scripts/*
include networkx/tests/*.txt
include networkx/tests/*.py
include networkx/*/tests/*.txt
include networkx/*/tests/*.py
include networkx/*/*/tests/*.txt
include networkx/*/*/tests/*.py
include networkx/*/*/tests/*.A99
include networkx/*/*/tests/*.B99

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