commit: 41c6d32e4cab66076c36c3b661c731ebed10a766
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 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 = '[email protected]',
url =
'http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=summary',
packages = ['WebappConfig'],