diff options
author | Devan Franchini <twitch153@gentoo.org> | 2014-11-02 20:00:47 -0500 |
---|---|---|
committer | Devan Franchini <twitch153@gentoo.org> | 2015-06-19 15:49:25 -0400 |
commit | 5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7 (patch) | |
tree | 9d86c25270a3f5c5a9760fbcb9f40e121a93811c | |
parent | Adds WebappAdd and WebappRemove tests to external test suite (diff) | |
download | webapp-config-5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7.tar.gz webapp-config-5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7.tar.bz2 webapp-config-5c7a8e632cfde1bceb5e2c071eadc5b2782f07a7.zip |
setup.py: Adds Devan Franchini to list of authors
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], |