Fix author's email

master
baztian 2014-02-10 16:18:22 +01:00
parent b5de0b6ad0
commit 14bd3e63f2
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ setup(
name = 'JayDeBeApi', name = 'JayDeBeApi',
version = '0.1.4', version = '0.1.4',
author = 'Bastian Bowe', author = 'Bastian Bowe',
author_email = 'bastian.bowe@gmail.com', author_email = 'bastian.dev@gmail.com',
license = 'GNU LGPL', license = 'GNU LGPL',
url='https://launchpad.net/jaydebeapi', url='https://launchpad.net/jaydebeapi',
description=('A bridge from JDBC database drivers to Python DB-API.'), description=('A bridge from JDBC database drivers to Python DB-API.'),