Exlude unneeded files from python source distributions.

This commit is contained in:
Davis King 2019-03-10 11:46:44 -04:00
parent 1682c83e85
commit e72d5c71f1

View File

@ -3,6 +3,7 @@
#
# Manifest template for creating the dlib source distribution.
include MANIFEST.in
include setup.py
include README.md
@ -12,4 +13,5 @@ recursive-include dlib **
recursive-include python_examples *.txt *.py
recursive-include tools/python **
prune tools/python/build*/
prune dlib/test/