mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
1
setup.py
1
setup.py
@@ -17,6 +17,7 @@ with open(constants, 'rb') as f:
|
|||||||
constants = f.read().decode('utf-8')
|
constants = f.read().decode('utf-8')
|
||||||
appname = re.search(r"^appname = '([^']+)'", constants, re.MULTILINE).group(1)
|
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)))
|
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
|
cflags = ldflags = cc = ldpaths = None
|
||||||
|
|||||||
Reference in New Issue
Block a user