mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
18 lines
298 B
Plaintext
18 lines
298 B
Plaintext
#
|
|
# MANIFEST.in
|
|
#
|
|
# Manifest template for creating the dlib source distribution.
|
|
|
|
|
|
include MANIFEST.in
|
|
include setup.py
|
|
include README.md
|
|
|
|
# sources
|
|
recursive-include dlib **
|
|
recursive-include python_examples *.txt *.py
|
|
recursive-include tools/python **
|
|
|
|
prune tools/python/build*
|
|
prune dlib/test
|