Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
e72d5c71
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "4bb94b1559de1aaa5277d8cb8b6a2e78f4429e9c"
Commit
e72d5c71
authored
Mar 10, 2019
by
Davis King
Browse files
Exlude unneeded files from python source distributions.
parent
1682c83e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
MANIFEST.in
MANIFEST.in
+3
-1
No files found.
MANIFEST.in
View file @
e72d5c71
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
#
#
# Manifest template for creating the dlib source distribution.
# Manifest template for creating the dlib source distribution.
include MANIFEST.in
include MANIFEST.in
include setup.py
include setup.py
include README.md
include README.md
...
@@ -12,4 +13,5 @@ recursive-include dlib **
...
@@ -12,4 +13,5 @@ recursive-include dlib **
recursive-include python_examples *.txt *.py
recursive-include python_examples *.txt *.py
recursive-include tools/python **
recursive-include tools/python **
prune tools/python/build*/
prune dlib/test/
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