tests: Fix comments

This commit is contained in:
Dylan Araps
2017-06-27 17:02:42 +10:00
parent ce2d85d5d6
commit 10c7099a27
3 changed files with 29 additions and 8 deletions

View File

@ -35,6 +35,6 @@ setup(
entry_points={
"console_scripts": ["wal=pywal.__main__:main"]
},
python_requires=">=3.6",
requires_python=">=3.6",
test_suite="tests",
)