You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dlib/MANIFEST.in

22 lines
450 B

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