Skip to content

Commit

Permalink
Updated pa.c format specification to version 3.3. Now setup.py collec…
Browse files Browse the repository at this point in the history
…ts all documentation, including license.txt
  • Loading branch information
jmdaweb committed Jul 23, 2016
1 parent 0aa51d9 commit 238607b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mysc/pa.c format/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Format]
Type=PortableApps.comFormat
Version=3.0
Version=3.3

[Details]
Name=tw blue portable
Expand Down
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 238607b

Please sign in to comment.