mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Merge branch 'fix-setup' of https://github.com/leiserfg/kitty
This commit is contained in:
commit
cb464423e4
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1778,7 +1778,7 @@ def package(args: Options, bundle_type: str, do_build_all: bool = True) -> None:
|
|||
return raw
|
||||
tname = type(defval).__name__
|
||||
if tname == 'frozenset':
|
||||
tname = 'typing.FrozenSet[str]'
|
||||
tname = 'frozenset[str]'
|
||||
prefix = f'{name}: {tname} ='
|
||||
nraw = raw.replace(f'{prefix} {defval!r}', f'{prefix} {val!r}', 1)
|
||||
if nraw == raw:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue