Fix UnicodeDecodeError from #114. Replace definitions of _unicode and
_string. Add six as a dependeny. Fix clonedigger script.
This commit is contained in:
parent
1f9ebb530a
commit
df75cf2aa2
7 changed files with 54 additions and 51 deletions
1
setup.py
1
setup.py
|
@ -8,6 +8,7 @@ setup(
|
|||
name="pylast",
|
||||
version="1.0.0",
|
||||
author="Amr Hassan <amr.hassan@gmail.com>",
|
||||
install_requires=['six'],
|
||||
tests_require=['mock', 'pytest', 'coverage', 'pep8', 'pyyaml', 'pyflakes'],
|
||||
description=("A Python interface to Last.fm "
|
||||
"(and other API compatible social networks)"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue