Fix minor things from code inspection
This commit is contained in:
parent
3a7cc9c410
commit
c601d2f365
4 changed files with 9 additions and 7 deletions
4
setup.py
4
setup.py
|
@ -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=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue