commit: 687b04fcf7b871754715612d659caad256adc1c0
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 3 01:00:47 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Mon Nov 3 01:00:47 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=687b04fc
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 = '[email protected]',
url =
'http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=summary',
packages = ['WebappConfig'],