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
03c0ccb9
Commit
03c0ccb9
authored
Aug 19, 2015
by
Ehsan Azarnasab
Browse files
clean up module license
parent
c8d0e264
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
tools/python/setup.py
tools/python/setup.py
+3
-0
No files found.
tools/python/setup.py
View file @
03c0ccb9
"""setup for the dlib project
"""setup for the dlib project
Copyright (C) 2015 Ehsan Azar (dashesy@linux.com)
License: Boost Software License See LICENSE.txt for the full license.
To build the dlib:
To build the dlib:
python setup.py build
python setup.py build
...
@@ -210,6 +212,7 @@ def read_version():
...
@@ -210,6 +212,7 @@ def read_version():
minor
=
readme
(
'../../docs/.current_minor_release_number'
).
strip
()
minor
=
readme
(
'../../docs/.current_minor_release_number'
).
strip
()
return
major
+
'.'
+
minor
return
major
+
'.'
+
minor
def
rmtree
(
name
):
def
rmtree
(
name
):
"""remove a directory and its subdirectories.
"""remove a directory and its subdirectories.
"""
"""
...
...
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