From c1b0b6657fa7f214729112585fc6fefe8ecdf4af Mon Sep 17 00:00:00 2001 From: Randall Degges Date: Tue, 31 May 2011 12:56:06 -0700 Subject: [PATCH] Adding myself as the maintainer. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6f335f2..14ea3fc 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup \ , long_description = ''.join (description) , author = 'Karl Putland' , author_email = 'kputland@users.sourceforge.net' - , maintainer = 'Ralf Schlatterbeck' - , maintainer_email = 'rsc@runtux.com' + , maintainer = 'Randall Degges' + , maintainer_email = 'rdegges@gmail.com' , url = 'http://www.sourceforge.net/projects/pyst/' , packages = ['asterisk'] , license = ', '.join (licenses)