Fix minor things from code inspection

This commit is contained in:
hugovk 2017-10-24 00:54:34 +03:00
parent 3a7cc9c410
commit c601d2f365
4 changed files with 9 additions and 7 deletions

View file

@ -8,8 +8,8 @@ setup(
author="Amr Hassan <amr.hassan@gmail.com>",
install_requires=['six'],
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',
'pyflakes'],
description=("A Python interface to Last.fm and Libre.fm"),
'pyflakes', 'flaky'],
description="A Python interface to Last.fm and Libre.fm",
author_email="amr.hassan@gmail.com",
url="https://github.com/pylast/pylast",
classifiers=[