Commit 03c0ccb9 authored by Ehsan Azarnasab's avatar Ehsan Azarnasab

clean up module license

parent c8d0e264
"""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.
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment