Commit e72d5c71 authored by Davis King's avatar Davis King

Exlude unneeded files from python source distributions.

parent 1682c83e
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
# #
# Manifest template for creating the dlib source distribution. # Manifest template for creating the dlib source distribution.
include MANIFEST.in include MANIFEST.in
include setup.py include setup.py
include README.md include README.md
...@@ -12,4 +13,5 @@ recursive-include dlib ** ...@@ -12,4 +13,5 @@ recursive-include dlib **
recursive-include python_examples *.txt *.py recursive-include python_examples *.txt *.py
recursive-include tools/python ** recursive-include tools/python **
prune tools/python/build*/
prune dlib/test/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment