File: MANIFEST.in

package info (click to toggle)
python-networkx 1.11-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 5,856 kB
  • sloc: python: 59,463; makefile: 159
file content (29 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (2)
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.py
include INSTALL.txt
include LICENSE.txt
include README.rst

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

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
include networkx/*/*/tests/*.bz2

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