File: MANIFEST.in

package info (click to toggle)
imdbpy 2.7-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 780 kB
  • ctags: 1,295
  • sloc: python: 8,867; ansic: 440; makefile: 44
file content (16 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# MANIFEST.in
#
# Manifest template for creating the Distutils source distribution.
#

# Comment out the "recursive-include docs" entry if you don't want
# to install the documentation.
recursive-include docs *
global-exclude *~
prune CVS

# Uncomment the following line if you don't want to install the logo images.
# exclude docs/*.png docs/*.xpm docs/*.bmp