From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 117701389F5 for ; Mon, 17 Nov 2014 23:58:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D662AE0966; Mon, 17 Nov 2014 23:58:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5964EE0969 for ; Mon, 17 Nov 2014 23:58:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78E41340545 for ; Mon, 17 Nov 2014 23:58:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22614A58B for ; Mon, 17 Nov 2014 23:58:03 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1416268675.41c6d32e4cab66076c36c3b661c731ebed10a766.twitch153@gentoo> Subject: [gentoo-commits] proj/webapp-config:experimental commit in: / X-VCS-Repository: proj/webapp-config X-VCS-Files: setup.py X-VCS-Directories: / X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 41c6d32e4cab66076c36c3b661c731ebed10a766 X-VCS-Branch: experimental Date: Mon, 17 Nov 2014 23:58:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e9c9d26d-bfe4-44e1-9971-26c155d36478 X-Archives-Hash: c4144c2007aeb7b835c36a138a7a2441 commit: 41c6d32e4cab66076c36c3b661c731ebed10a766 Author: Devan Franchini gentoo org> AuthorDate: Mon Nov 3 01:00:47 2014 +0000 Commit: Devan Franchini gentoo org> CommitDate: Mon Nov 17 23:57:55 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=41c6d32e setup.py: Adds Devan Franchini to list of authors --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd0adda..745f438 100755 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from WebappConfig.version import WCVERSION setup(name = 'webapp-config', version = WCVERSION, description = 'Python script for managing the deployment of web-based applications', - author = 'Stuart Herbert, Renat Lumpau, Gunnar Wrobel', + author = 'Stuart Herbert, Renat Lumpau, Gunnar Wrobel Devan Franchini', author_email = 'stuart@gentoo.org', url = 'http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=summary', packages = ['WebappConfig'],