mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-17 21:56:07 -04:00
setup.py: now the documentation is handled in all available languages, bug fixed
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user