commit: 2a003e8e916d15d38ddd5f45f5f8fa89392d18bd
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: Fri Jun 19 19:19:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/webapp-config.git/commit/?id=2a003e8e
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..ddd4a9d 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'],