mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2024-11-22 11:18:08 -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 ():
|
||||
answer = [("documentation", ["documentation/license.txt"])]
|
||||
depth = 10
|
||||
depth = 20
|
||||
for root, dirs, files in os.walk('documentation'):
|
||||
if depth == 0:
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user