summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-08-10 00:44:43 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-08-10 00:44:43 +1000
commit80b19ccc43f9aed7b523cc3015a8c706580bf8e7 (patch)
tree1edadaf067f98f435db7a4e08433ce587642537e /setup.py
parentdb88dd2d25b0c851b43122c17eaceb0f5fe37706 (diff)
setup: Change message to 3.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e8e4143..ba498a4 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import setuptools
try:
import pywal
except (ImportError, SyntaxError):
- print("error: pywal requires Python 3.6 or greater.")
+ print("error: pywal requires Python 3.5 or greater.")
quit(1)