summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
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 = 'stuart@gentoo.org',
url = 'http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=summary',
packages = ['WebappConfig'],