mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 01:36:27 +00:00
Small tweaks of setup files
This commit is contained in:
2
setup.py
2
setup.py
@@ -48,7 +48,7 @@ elif sys.platform == 'win32':
|
|||||||
extra_options = dict(
|
extra_options = dict(
|
||||||
options={"build_exe": {"include_files": includefiles, 'excludes': excludes, 'compressed': True}},
|
options={"build_exe": {"include_files": includefiles, 'excludes': excludes, 'compressed': True}},
|
||||||
executables=[Executable(MAIN,
|
executables=[Executable(MAIN,
|
||||||
base='WIN32GUI',
|
base=base,
|
||||||
icon="comic2ebook.ico",
|
icon="comic2ebook.ico",
|
||||||
copyDependentFiles=True,
|
copyDependentFiles=True,
|
||||||
appendScriptToExe=True,
|
appendScriptToExe=True,
|
||||||
|
|||||||
@@ -17,6 +17,6 @@ setup(
|
|||||||
license= "ISC License (ISCL)",
|
license= "ISC License (ISCL)",
|
||||||
keywords= "kindle comic mobipocket mobi cbz cbr manga",
|
keywords= "kindle comic mobipocket mobi cbz cbr manga",
|
||||||
url = "http://github.com/ciromattia/kcc",
|
url = "http://github.com/ciromattia/kcc",
|
||||||
executables = [Executable("kcc/comic2ebook.py", appendScriptToExe=True, appendScriptToLibrary=False),
|
executables = [Executable("kcc/comic2ebook.py", compress=True, copyDependentFiles=True, appendScriptToExe=True, appendScriptToLibrary=False),
|
||||||
Executable("kcc/kindlestrip.py", appendScriptToExe=True, appendScriptToLibrary=False)]
|
Executable("kcc/kindlestrip.py", compress=True, copyDependentFiles=True, appendScriptToExe=True, appendScriptToLibrary=False)]
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user