diff --git a/setup.py b/setup.py index 2e73407..7a3d8ae 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import find_packages, setup setup( name="pylast", version="2.2.0.dev0", - author="Amr Hassan ", + author="Amr Hassan and Contributors", install_requires=['six'], tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml', 'pyflakes', 'flaky'],