setup.py: now the documentation is handled in all available languages, bug fixed

This commit is contained in:
Jose Manuel Delicado 2017-07-16 13:47:44 +02:00
parent eb19417263
commit d25ace8f98

View File

@ -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