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