diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-06-27 17:02:42 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-06-27 17:02:42 +1000 |
| commit | 10c7099a27542d58a66e4fb8d740ec62db2904bf (patch) | |
| tree | 8b31932c023bed96f841a94d015e645f303922f1 /setup.py | |
| parent | ce2d85d5d6ef321b5950d9728ee7204e5724a945 (diff) | |
tests: Fix comments
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,6 +35,6 @@ setup( entry_points={ "console_scripts": ["wal=pywal.__main__:main"] }, - python_requires=">=3.6", + requires_python=">=3.6", test_suite="tests", ) |
