dlib/MANIFEST.in

22 lines
450 B
Plaintext

#
# MANIFEST.in
#
# Manifest template for creating the PySide source distribution.
include MANIFEST.in
include setup.py
include README.txt
# sources
recursive-include dlib **
recursive-exclude dlib/test **
recursive-include docs **
recursive-include python_examples *.txt *.py *.bat
recursive-include python_examples/build **
recursive-include tools/python **
recursive-exclude tools/python/build **
# dlib package
recursive-include dist/dlib **