dlib/MANIFEST.in
2018-01-15 22:30:42 -05:00

16 lines
256 B
Plaintext

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