Make test more robust
This commit is contained in:
parent
8a53afd41b
commit
3941fd8ab5
2 changed files with 4 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -27,7 +27,8 @@ setup(
|
|||
name="pylast",
|
||||
version="1.0." + get_build(),
|
||||
author="Amr Hassan <amr.hassan@gmail.com>",
|
||||
description="A Python interface to Last.fm (and other API compatible social networks)",
|
||||
description=("A Python interface to Last.fm "
|
||||
"(and other API compatible social networks)"),
|
||||
author_email="amr.hassan@gmail.com",
|
||||
url="https://github.com/pylast/pylast",
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue