clean up module license

This commit is contained in:
Ehsan Azarnasab 2015-08-19 17:43:15 -07:00
parent c8d0e264c3
commit 03c0ccb999

View File

@ -1,4 +1,6 @@
"""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:
python setup.py build
@ -210,6 +212,7 @@ def read_version():
minor = readme('../../docs/.current_minor_release_number').strip()
return major + '.' + minor
def rmtree(name):
"""remove a directory and its subdirectories.
"""