From 238607bbe712c0d8bf507813c9e927c735ddacdf Mon Sep 17 00:00:00 2001 From: Jose Manuel Delicado Date: Sun, 24 Jul 2016 00:31:45 +0200 Subject: [PATCH] Updated pa.c format specification to version 3.3. Now setup.py collects all documentation, including license.txt --- mysc/pa.c format/App/AppInfo/appinfo.ini | 2 +- src/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mysc/pa.c format/App/AppInfo/appinfo.ini b/mysc/pa.c format/App/AppInfo/appinfo.ini index 548c298f..d77fcb90 100644 --- a/mysc/pa.c format/App/AppInfo/appinfo.ini +++ b/mysc/pa.c format/App/AppInfo/appinfo.ini @@ -1,6 +1,6 @@ [Format] Type=PortableApps.comFormat -Version=3.0 +Version=3.3 [Details] Name=tw blue portable diff --git a/src/setup.py b/src/setup.py index 91e806e7..10c838ed 100644 --- a/src/setup.py +++ b/src/setup.py @@ -53,8 +53,8 @@ def get_data(): ]+get_sounds()+get_locales()+get_documentation()+sound_lib.find_datafiles()+accessible_output2.find_datafiles()+enchant.utils.win32_data_files()+get_architecture_files()+wx_files() def get_documentation (): - answer = [] - depth = 6 + answer = [("documentation", ["documentation/license.txt"])] + depth = 9 for root, dirs, files in os.walk('documentation'): if depth == 0: break