dlib/MANIFEST.in

18 lines
298 B
Plaintext
Raw Normal View History

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