Fix author's email
parent
b5de0b6ad0
commit
14bd3e63f2
2
setup.py
2
setup.py
|
|
@ -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.'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue