summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevan Franchini <twitch153@gentoo.org>2014-11-02 20:00:47 -0500
committerDevan Franchini <twitch153@gentoo.org>2015-06-19 15:49:25 -0400
commit5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7 (patch)
tree9d86c25270a3f5c5a9760fbcb9f40e121a93811c
parentAdds WebappAdd and WebappRemove tests to external test suite (diff)
downloadwebapp-config-5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7.tar.gz
webapp-config-5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7.tar.bz2
webapp-config-5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7.zip
setup.py: Adds Devan Franchini to list of authors
-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'],