Get rid of the default kitty.conf

This commit is contained in:
Kovid Goyal
2018-06-05 09:17:31 +05:30
parent 61fc96b187
commit 2b0d8bfe46
5 changed files with 22 additions and 585 deletions

View File

@@ -552,7 +552,7 @@ def package(args, for_bundle=False, sh_launcher=False): # {{{
return [
x for x in entries
if '.' in x and x.rpartition('.')[2] not in
('py', 'so', 'conf', 'glsl')
('py', 'so', 'glsl')
]
shutil.copytree('kitty', os.path.join(libdir, 'kitty'), ignore=src_ignore)