changeset 4 | 468f4c8d3d5b |
parent 2 | 932c358ece3e |
3:d8fccb2cd802 | 4:468f4c8d3d5b |
---|---|
21 description = 'Support for the DITA Open Toolkit', |
21 description = 'Support for the DITA Open Toolkit', |
22 author = 'Nokia sysdoc tools team', |
22 author = 'Nokia sysdoc tools team', |
23 license='EPL', |
23 license='EPL', |
24 console=[ |
24 console=[ |
25 'mpdot.py', |
25 'mpdot.py', |
26 'linkcheck.py', |
|
27 ], |
26 ], |
28 options={"py2exe": |
27 options={"py2exe": |
29 {'packages':['xml.etree', 'gzip']} |
28 {'packages':['xml.etree', 'gzip']} |
30 } |
29 } |
31 ) |
30 ) |