update authors to reflect more current situation
This commit is contained in:
parent
6c90059342
commit
5dfce4a0ca
17
AUTHORS
17
AUTHORS
|
@ -1,16 +1,17 @@
|
||||||
Holger Krekel, holger at merlinux eu
|
Holger Krekel, holger at merlinux eu
|
||||||
Benjamin Peterson, benjamin at python org
|
|
||||||
Ronny Pfannschmidt, Ronny.Pfannschmidt at gmx de
|
|
||||||
Guido Wesdorp, johnny at johnnydebris net
|
|
||||||
Samuele Pedroni, pedronis at openend se
|
|
||||||
Carl Friedrich Bolz, cfbolz at gmx de
|
|
||||||
Armin Rigo, arigo at tunes org
|
|
||||||
Maciek Fijalkowski, fijal at genesilico pl
|
|
||||||
Brian Dorsey, briandorsey at gmail com
|
|
||||||
merlinux GmbH, Germany, office at merlinux eu
|
merlinux GmbH, Germany, office at merlinux eu
|
||||||
|
|
||||||
Contributors include::
|
Contributors include::
|
||||||
|
|
||||||
|
Ronny Pfannschmidt
|
||||||
|
Benjamin Peterson
|
||||||
|
Floris Bruynooghe
|
||||||
|
Samuele Pedroni
|
||||||
|
Carl Friedrich Bolz
|
||||||
|
Armin Rigo
|
||||||
|
Maciek Fijalkowski
|
||||||
|
Guido Wesdorp
|
||||||
|
Brian Dorsey
|
||||||
Ross Lawley
|
Ross Lawley
|
||||||
Ralf Schmitt
|
Ralf Schmitt
|
||||||
Chris Lamb
|
Chris Lamb
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -9,13 +9,13 @@ cross-project testing tool for Python.
|
||||||
|
|
||||||
Platforms: Linux, Win32, OSX
|
Platforms: Linux, Win32, OSX
|
||||||
|
|
||||||
Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy
|
Interpreters: Python versions 2.4 through to 3.2, Jython 2.5.1 and PyPy-1.5
|
||||||
|
|
||||||
Bugs and issues: http://bitbucket.org/hpk42/pytest/issues/
|
Bugs and issues: http://bitbucket.org/hpk42/pytest/issues/
|
||||||
|
|
||||||
Web page: http://pytest.org
|
Web page: http://pytest.org
|
||||||
|
|
||||||
(c) Holger Krekel and others, 2004-2010
|
(c) Holger Krekel and others, 2004-2011
|
||||||
"""
|
"""
|
||||||
def main():
|
def main():
|
||||||
setup(
|
setup(
|
||||||
|
@ -26,7 +26,7 @@ def main():
|
||||||
url='http://pytest.org',
|
url='http://pytest.org',
|
||||||
license='MIT license',
|
license='MIT license',
|
||||||
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
|
||||||
author='holger krekel, Guido Wesdorp, Carl Friedrich Bolz, Armin Rigo, Maciej Fijalkowski & others',
|
author='Holger Krekel, Benjamin Peterson, Ronny Pfannschmidt, Floris Bruynooghe and others',
|
||||||
author_email='holger at merlinux.eu',
|
author_email='holger at merlinux.eu',
|
||||||
entry_points= make_entry_points(),
|
entry_points= make_entry_points(),
|
||||||
install_requires=['py>1.4.3'],
|
install_requires=['py>1.4.3'],
|
||||||
|
|
Loading…
Reference in New Issue