mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Get rid of the default kitty.conf
This commit is contained in:
parent
61fc96b187
commit
2b0d8bfe46
5 changed files with 22 additions and 585 deletions
2
setup.py
2
setup.py
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue