1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-14 02:06:40 +00:00

Small tweaks of setup files

This commit is contained in:
Paweł Jastrzębski
2013-03-09 18:03:49 +01:00
parent bba0223efc
commit c21e8e398e
2 changed files with 3 additions and 3 deletions

View File

@@ -17,6 +17,6 @@ setup(
license= "ISC License (ISCL)",
keywords= "kindle comic mobipocket mobi cbz cbr manga",
url = "http://github.com/ciromattia/kcc",
executables = [Executable("kcc/comic2ebook.py", appendScriptToExe=True, appendScriptToLibrary=False),
Executable("kcc/kindlestrip.py", appendScriptToExe=True, appendScriptToLibrary=False)]
executables = [Executable("kcc/comic2ebook.py", compress=True, copyDependentFiles=True, appendScriptToExe=True, appendScriptToLibrary=False),
Executable("kcc/kindlestrip.py", compress=True, copyDependentFiles=True, appendScriptToExe=True, appendScriptToLibrary=False)]
)