Release 1.2.0
This commit is contained in:
parent
07eb05874b
commit
23223d1fe8
2 changed files with 5 additions and 6 deletions
5
setup.py
5
setup.py
|
@ -4,12 +4,11 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="pylast",
|
||||
version="1.1.0",
|
||||
version="1.2.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)"),
|
||||
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