From 77e06add286e2d4544031fd1d9baf4cffcb16359 Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 15 Mar 2018 10:27:51 +0200 Subject: [PATCH] Add 'and Contributors' to Author --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],