Mercurial > libervia-desktop-kivy
comparison setup.py @ 297:ea213b02b755
install: fixed typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 21 Jun 2019 17:20:31 +0200 |
parents | f87aad34ba48 |
children | 86b1cd8121dd |
comparison
equal
deleted
inserted
replaced
296:f87aad34ba48 | 297:ea213b02b755 |
---|---|
26 | 26 |
27 install_requires = [ | 27 install_requires = [ |
28 'kivy', | 28 'kivy', |
29 'pillow', | 29 'pillow', |
30 'plyer', | 30 'plyer', |
31 'sat>=sat 0.7.0b1.post1', | 31 'sat>=0.7.0b1.post1', |
32 ] | 32 ] |
33 | 33 |
34 with open(os.path.join(NAME, 'VERSION')) as f: | 34 with open(os.path.join(NAME, 'VERSION')) as f: |
35 VERSION = f.read().strip() | 35 VERSION = f.read().strip() |
36 is_dev_version = VERSION.endswith('D') | 36 is_dev_version = VERSION.endswith('D') |