From 14bd3e63f2f35802340bcb38eef32d6efe4db92e Mon Sep 17 00:00:00 2001 From: baztian Date: Mon, 10 Feb 2014 16:18:22 +0100 Subject: [PATCH] Fix author's email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f00f40..ec17b52 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name = 'JayDeBeApi', version = '0.1.4', author = 'Bastian Bowe', - author_email = 'bastian.bowe@gmail.com', + author_email = 'bastian.dev@gmail.com', license = 'GNU LGPL', url='https://launchpad.net/jaydebeapi', description=('A bridge from JDBC database drivers to Python DB-API.'),