From 10c7099a27542d58a66e4fb8d740ec62db2904bf Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 27 Jun 2017 17:02:42 +1000 Subject: tests: Fix comments --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", ) -- cgit v1.2.3