mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
23 lines
479 B
Plaintext
23 lines
479 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-exclude dlib/test **
|
|
recursive-exclude dlib/build **
|
|
recursive-include docs **
|
|
recursive-include python_examples *.txt *.py *.bat
|
|
recursive-exclude python_examples/build **
|
|
recursive-include tools/python **
|
|
recursive-exclude tools/python/build **
|
|
|
|
# dlib package
|
|
recursive-include dist/dlib **
|
|
|