File: MANIFEST.in

package info (click to toggle)
networkx 3.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,700 kB
  • sloc: python: 105,310; xml: 544; makefile: 131; javascript: 120; sh: 34
file content (30 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (3)
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 pyproject.toml
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
recursive-include requirements *.txt *.md

include networkx/tests/*.py
include networkx/drawing/tests/baseline/*png
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