mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
initial manifest file to include distribution
This commit is contained in:
parent
5f7e3cb76c
commit
c8d0e264c3
17
tools/python/MANIFEST.in
Normal file
17
tools/python/MANIFEST.in
Normal file
@ -0,0 +1,17 @@
|
||||
#
|
||||
# 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 **
|
||||
|
Loading…
Reference in New Issue
Block a user