Add 'and Contributors' to Author

This commit is contained in:
Hugo 2018-03-15 10:27:51 +02:00
parent 0a152fa35d
commit 77e06add28

View file

@ -5,7 +5,7 @@ from setuptools import find_packages, setup
setup(
name="pylast",
version="2.2.0.dev0",
author="Amr Hassan <amr.hassan@gmail.com>",
author="Amr Hassan <amr.hassan@gmail.com> and Contributors",
install_requires=['six'],
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',
'pyflakes', 'flaky'],