changeset 297:ea213b02b755

install: fixed typo
author Goffi <goffi@goffi.org>
date Fri, 21 Jun 2019 17:20:31 +0200
parents f87aad34ba48
children 318a46e78ff6
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Jun 21 17:01:54 2019 +0200
+++ b/setup.py	Fri Jun 21 17:20:31 2019 +0200
@@ -28,7 +28,7 @@
     'kivy',
     'pillow',
     'plyer',
-    'sat>=sat 0.7.0b1.post1',
+    'sat>=0.7.0b1.post1',
 ]
 
 with open(os.path.join(NAME, 'VERSION')) as f: