2015-08-20 08:43:01 +08:00
|
|
|
#
|
|
|
|
# MANIFEST.in
|
|
|
|
#
|
2015-08-21 05:42:13 +08:00
|
|
|
# Manifest template for creating the dlib source distribution.
|
2015-08-20 08:43:01 +08:00
|
|
|
|
|
|
|
include MANIFEST.in
|
|
|
|
include setup.py
|
2017-02-22 11:24:04 +08:00
|
|
|
include README.md
|
2015-08-20 08:43:01 +08:00
|
|
|
|
|
|
|
# sources
|
2015-08-21 01:29:13 +08:00
|
|
|
recursive-include dlib **
|
2018-01-16 11:30:42 +08:00
|
|
|
recursive-include python_examples *.txt *.py
|
2015-08-21 01:29:13 +08:00
|
|
|
recursive-include tools/python **
|
2015-08-20 08:43:01 +08:00
|
|
|
|
2019-06-02 20:40:33 +08:00
|
|
|
prune tools/python/build*
|
2021-08-14 22:03:38 +08:00
|
|
|
prune dlib/cmake_utils/*/build*
|
2019-06-02 20:40:33 +08:00
|
|
|
prune dlib/test
|
2021-08-14 22:03:38 +08:00
|
|
|
|
|
|
|
global-exclude *.pyc
|