Correct project url.
parent
3e4d4dcbee
commit
36cbb3a894
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ setup(
|
||||||
author = 'Bastian Bowe',
|
author = 'Bastian Bowe',
|
||||||
author_email = 'bastian.dev@gmail.com',
|
author_email = 'bastian.dev@gmail.com',
|
||||||
license = 'GNU LGPL',
|
license = 'GNU LGPL',
|
||||||
url='https://launchpad.net/jaydebeapi',
|
url='https://github.com/baztian/jaydebeapi',
|
||||||
description=('A bridge from JDBC database drivers to Python DB-API.'),
|
description=('A bridge from JDBC database drivers to Python DB-API.'),
|
||||||
long_description=file('README.rst').read(),
|
long_description=file('README.rst').read(),
|
||||||
keywords = ('db api java jdbc bridge connect sql jpype jython'),
|
keywords = ('db api java jdbc bridge connect sql jpype jython'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue