Changeset 720:09e2087e55b5 for setup.py


Ignore:
Timestamp:
10/26/15 16:20:07 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
Phase:
public
Message:

Added some missing files to the distribution (re #279).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r682 r720  
    1919                       [os.path.join("locale", language, "LC_MESSAGES",
    2020                                     "mlx.mo")]))
    21 data_files.append(("", ["logo.png",
     21data_files.append(("", ["logo.png", "simbrief.html",
    2222                        "conn_grey.png", "conn_red.png", "conn_green.png",
    2323                        "mlx_cef_caller.sh", "mlx_cef_caller_secondary.sh",
     
    9797                 { "script" : "mlxupdate.py",
    9898                   "uac_info" : "requireAdministrator"}],
    99       options = { "py2exe" : { "includes": "gio, pango, atk, pangocairo",
     99      options = { "py2exe" : { "includes": "gio, pango, atk, pangocairo, lxml._elementpath",
    100100                               "skip_archive": True} },
    101101      zipfile = "library/.",
Note: See TracChangeset for help on using the changeset viewer.