Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
6c2811da
Commit
6c2811da
authored
Aug 28, 2015
by
Davis E. King
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #29 from dashesy/setup_py
Setup py
parents
f2868add
5c06db0e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
0 deletions
+25
-0
.gitignore
.gitignore
+3
-0
MANIFEST.in
MANIFEST.in
+22
-0
setup.py
setup.py
+0
-0
No files found.
.gitignore
View file @
6c2811da
...
...
@@ -4,3 +4,6 @@
*.o
*.so
build
dist
*.egg-info/
MANIFEST.in
0 → 100644
View file @
6c2811da
#
# MANIFEST.in
#
# Manifest template for creating the dlib source distribution.
include MANIFEST.in
include setup.py
include README.txt
# 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 **
setup.py
0 → 100644
View file @
6c2811da
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment