From 50ba826c541828e6b427864d8f3558e6a26d04b4 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Tue, 3 Sep 2013 16:32:53 +0200 Subject: [PATCH] setup.py: et al. -> and others --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10625eb8..9d2845ac 100755 --- a/setup.py +++ b/setup.py @@ -438,7 +438,7 @@ def ext_modules(extensions): def main(): setup(name='kwant', version=version(), - author='C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, et al.', + author='C. W. Groth, M. Wimmer, A. R. Akhmerov, X. Waintal, and others', author_email='authors@kwant-project.org', description="Package for numerical quantum transport calculations.", long_description=long_description(), -- GitLab