MANIFEST.in 450 Bytes
Newer Older
1
2
3
4
5
6
7
#
# MANIFEST.in
#
# Manifest template for creating the PySide source distribution.

include MANIFEST.in
include setup.py
8
include README.txt
9
10

# sources
11
12
13
14
15
16
17
recursive-include dlib **
recursive-exclude dlib/test **
recursive-include docs **
recursive-include python_examples *.txt *.py *.bat
recursive-include python_examples/build **
recursive-include tools/python **
recursive-exclude tools/python/build **
18
19
20
21

# dlib package
recursive-include dist/dlib **