MANIFEST.in 351 Bytes
Newer Older
lishen's avatar
lishen committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# MANIFEST.in
#
# Manifest template for creating the dlib source distribution.

include MANIFEST.in
include setup.py
include README.md

# sources
recursive-include dlib **
recursive-include python_examples *.txt *.py 
recursive-include tools/python **

prune tools/python/build*
prune dlib/cmake_utils/*/build*
prune dlib/test

global-exclude *.pyc