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 src_ignore(parent, entries):
|
|||
]
|
||||
|
||||
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…
Reference in a new issue