blob: 9ef7fe6d03c37e5db19b9021d4551c4f2acf1e5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# 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 **
|