File: MANIFEST.in

package info (click to toggle)
python-pygraphviz 1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 732 kB
  • sloc: ansic: 5,100; python: 2,669; makefile: 57
file content (19 lines) | stat: -rw-r--r-- 357 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
include MANIFEST.in
include INSTALL.txt
include README.rst
include LICENSE

include *.py
include *.swg
include Makefile

recursive-include doc *.png
recursive-include pygraphviz *.i
recursive-include examples *.py *.gz
recursive-include doc *.py *.rst Makefile *.html *.txt *.css

global-exclude *~
global-exclude *.pyc
global-exclude .svn

prune doc/build