Mercurial > libervia-desktop-kivy
comparison setup.py @ 184:c63922860f80
chat: show desktop notification and/or note when suitable
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 10 May 2018 08:32:46 +0200 |
parents | 98a485512289 |
children | f1ee7a8cf77c |
comparison
equal
deleted
inserted
replaced
183:6f09bc00a9e7 | 184:c63922860f80 |
---|---|
25 NAME = 'cagou' | 25 NAME = 'cagou' |
26 | 26 |
27 install_requires = [ | 27 install_requires = [ |
28 'kivy', | 28 'kivy', |
29 'pillow', | 29 'pillow', |
30 'plyer', | |
30 'sat', | 31 'sat', |
31 ] | 32 ] |
32 | 33 |
33 with open(os.path.join(NAME, 'VERSION')) as f: | 34 with open(os.path.join(NAME, 'VERSION')) as f: |
34 VERSION = f.read().strip() | 35 VERSION = f.read().strip() |