summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2017-06-27 17:02:42 +1000
committerDylan Araps <dylan.araps@gmail.com>2017-06-27 17:02:42 +1000
commit10c7099a27542d58a66e4fb8d740ec62db2904bf (patch)
tree8b31932c023bed96f841a94d015e645f303922f1 /setup.py
parentce2d85d5d6ef321b5950d9728ee7204e5724a945 (diff)
tests: Fix comments
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 d0729b6..9e22fef 100644
--- a/setup.py
+++ b/setup.py
@@ -35,6 +35,6 @@ setup(
entry_points={
"console_scripts": ["wal=pywal.__main__:main"]
},
- python_requires=">=3.6",
+ requires_python=">=3.6",
test_suite="tests",
)