mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-04-28 23:20:18 +00:00
16 lines
256 B
Plaintext
16 lines
256 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 **
|
|
|
|
|