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