Add 'and Contributors' to Author
This commit is contained in:
parent
0a152fa35d
commit
77e06add28
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ from setuptools import find_packages, setup
|
||||||
setup(
|
setup(
|
||||||
name="pylast",
|
name="pylast",
|
||||||
version="2.2.0.dev0",
|
version="2.2.0.dev0",
|
||||||
author="Amr Hassan <amr.hassan@gmail.com>",
|
author="Amr Hassan <amr.hassan@gmail.com> and Contributors",
|
||||||
install_requires=['six'],
|
install_requires=['six'],
|
||||||
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',
|
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',
|
||||||
'pyflakes', 'flaky'],
|
'pyflakes', 'flaky'],
|
||||||
|
|
Loading…
Reference in a new issue