File: MANIFEST.in

package info (click to toggle)
mgltools-dejavu 1.5.6~rc3~cvs.20120206-1
  • links: PTS, VCS
  • area: non-free
  • in suites: wheezy
  • size: 5,060 kB
  • sloc: python: 50,523; sh: 67; makefile: 12
file content (39 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
# This list all other things to be done
# include, exclude.... which are not described in the setup.py.
include MANIFEST.in
# list of the non python module to be included in the distribution
include DejaVu/cw.ppm
#include DejaVu/Tests/Data/*
include DejaVu/RELNOTES
#include DejaVu/Tutorial/*
#include DejaVu/Tutorial/images/*
include DejaVu/source.list
#include DejaVu/VisionInterface/Tests/Data/*
include DejaVu/Cursors/*
include DejaVu/Icons/*


# include all the CVS directories
include DejaVu/CVS/*
include DejaVu/gui/CVS/*
include DejaVu/materialsDef/CVS/*
include DejaVu/Tests/CVS/*
include DejaVu/Tests/Data/CVS/*
include DejaVu/VisionInterface/CVS/*
include DejaVu/VisionInterface/Tests/CVS/*
#include DejaVu/Tutorial/CVS/*
#include DejaVu/Tutorial/images/CVS/*
include DejaVu/VisionInterface/Tests/Data/CVS/*
include DejaVu/Cursors/CVS/*
include DejaVu/scenarioInterface/CVS/*
include DejaVu/Icons/CVS/*

include DejaVu/doc.tar.gz
include version.py
include DejaVu/LICENSE

#exclude files from Tests directories (leaving just empty directories with CVS entries , so the 'setup.py install' command does not fail)

exclude DejaVu/Tests/*.py
exclude DejaVu/Tests/Data/*.py