mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
18 lines
343 B
Plaintext
18 lines
343 B
Plaintext
|
#
|
||
|
# MANIFEST.in
|
||
|
#
|
||
|
# Manifest template for creating the PySide source distribution.
|
||
|
|
||
|
include MANIFEST.in
|
||
|
include setup.py
|
||
|
|
||
|
# sources
|
||
|
# recursive-include sources/dlib **
|
||
|
# recursive-include sources/docs **
|
||
|
# recursive-include sources/python_examples **
|
||
|
# recursive-include sources/tools/python **
|
||
|
|
||
|
# dlib package
|
||
|
recursive-include dist/dlib **
|
||
|
|