mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Add the kittens dir when building the package
This commit is contained in:
parent
ea178ea689
commit
b6ed3951bc
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -497,6 +497,7 @@ def package(args, for_bundle=False, sh_launcher=False): # {{{
|
|||
]
|
||||
|
||||
shutil.copytree('kitty', os.path.join(libdir, 'kitty'), ignore=src_ignore)
|
||||
shutil.copytree('kittens', os.path.join(libdir, 'kittens'), ignore=src_ignore)
|
||||
import compileall
|
||||
compileall.compile_dir(ddir, quiet=1, workers=4)
|
||||
for root, dirs, files in os.walk(ddir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue