From d25ace8f98da5ab9339680776315eeb34a2a8c53 Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Sun, 16 Jul 2017 13:47:44 +0200 Subject: [PATCH] setup.py: now the documentation is handled in all available languages, bug fixed --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index ff385eb7..0b0a4d8e 100644 --- a/src/setup.py +++ b/src/setup.py @@ -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