Fix UnicodeDecodeError from #114. Replace definitions of _unicode and

_string. Add six as a dependeny. Fix clonedigger script.
This commit is contained in:
Ivan Malison 2015-01-08 01:03:52 -08:00
parent 1f9ebb530a
commit df75cf2aa2
7 changed files with 54 additions and 51 deletions

View file

@ -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)"),