summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 34d558c704d7d56949249e0d443ac9e484c1a19a (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
include MANIFEST.in
include setup.py
include CONTRIBUTING.rst
include INSTALL.rst
include LICENSE.txt
include README.rst

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

include networkx/tests/*.py
include networkx/*/tests/*.txt
include networkx/*/tests/*.py
include networkx/*/*/tests/*.py
include networkx/*/*/tests/*.A99
include networkx/*/*/tests/*.B99
include networkx/*/*/tests/*.bz2
global-exclude *~
global-exclude *.pyc
global-exclude .svn

prune doc/build
prune doc/auto_examples
prune doc/modules
prune doc/reference/generated
prune doc/reference/algorithms/generated
prune doc/reference/classes/generated
prune doc/reference/readwrite/generated