mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
4404d2adbe
commit
cf5341ad3c
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -17,6 +17,7 @@ with open(constants, 'rb') as f:
|
|||
constants = f.read().decode('utf-8')
|
||||
appname = re.search(r"^appname = '([^']+)'", constants, re.MULTILINE).group(1)
|
||||
version = tuple(map(int, re.search(r"^version = \((\d+), (\d+), (\d+)\)", constants, re.MULTILINE).group(1, 2, 3)))
|
||||
is_travis = os.environ.get('TRAVIS') == 'true'
|
||||
|
||||
|
||||
cflags = ldflags = cc = ldpaths = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue