Exlude unneeded files from python source distributions.

pull/1693/head
Davis King 6 years ago
parent 1682c83e85
commit e72d5c71f1

@ -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/

Loading…
Cancel
Save