File: MANIFEST.in

package info (click to toggle)
imdbpy 5.0-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,716 kB
  • ctags: 2,173
  • sloc: python: 14,672; ansic: 148; sh: 119; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# 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 *
recursive-include imdb/locale *
global-exclude *~
prune CVS
prune .svn
prune .hg
global-exclude CVS
global-exclude .svn

# Try to force the inclusion of ez_setup.py.
include ez_setup.py

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