MANIFEST.in 448 Bytes
Newer Older
1
2
3
#
# MANIFEST.in
#
Ehsan Azarnasab's avatar
Ehsan Azarnasab committed
4
# Manifest template for creating the dlib source distribution.
5
6
7

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 **