forked from networkx/networkx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
30 lines (27 loc) · 824 Bytes
/
MANIFEST.in
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
30
include MANIFEST.in
include setup.py
include CONTRIBUTING.rst
include CONTRIBUTORS.rst
include INSTALL.rst
include LICENSE.txt
include README.rst
include RELEASE.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