mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 19:28:09 -06:00
setup.py: now the documentation is handled in all available languages, bug fixed
This commit is contained in:
parent
eb19417263
commit
d25ace8f98
@ -54,7 +54,7 @@ def get_data():
|
|||||||
|
|
||||||
def get_documentation ():
|
def get_documentation ():
|
||||||
answer = [("documentation", ["documentation/license.txt"])]
|
answer = [("documentation", ["documentation/license.txt"])]
|
||||||
depth = 10
|
depth = 20
|
||||||
for root, dirs, files in os.walk('documentation'):
|
for root, dirs, files in os.walk('documentation'):
|
||||||
if depth == 0:
|
if depth == 0:
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user