1
0
şunun yansıması https://github.com/arsenetar/dupeguru.git eşitlendi 2025-07-02 21:43:21 +00:00
Remove offending line in package.py
Bu işleme şunda yer alıyor:
Andrew Senetar 2019-03-21 17:59:33 -05:00
ebeveyn f7e20c8aa6
işleme 136342f7d0
İmzalayan: arsenetar
GPG Anahtar Kimliği: C63300DCE48AB2F1

Dosyayı Görüntüle

@ -35,7 +35,6 @@ def copy_files_to_package(destpath, packages, with_so):
shutil.copy('run.py', op.join(destpath, 'run.py'))
extra_ignores = ['*.so'] if not with_so else None
copy_packages(packages, destpath, extra_ignores=extra_ignores)
os.remove(op.join(destpath, 'qt', 'run_template.py')) # It doesn't belong in the package.
shutil.copytree(op.join('build', 'help'), op.join(destpath, 'help'))
shutil.copytree(op.join('build', 'locale'), op.join(destpath, 'locale'))
compileall.compile_dir(destpath)