Corrected link to the project's launchpad homepage
parent
c7a540e109
commit
bf7b2be077
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ setup(
|
||||||
author = 'Bastian Bowe',
|
author = 'Bastian Bowe',
|
||||||
author_email = 'bastian.bowe@gmail.com',
|
author_email = 'bastian.bowe@gmail.com',
|
||||||
license = 'GNU LGPL',
|
license = 'GNU LGPL',
|
||||||
url='https://code.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.'),
|
||||||
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'),
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@ Author: Bastian Bowe
|
||||||
Author-email: bastian.bowe@gmail.com
|
Author-email: bastian.bowe@gmail.com
|
||||||
License: GNU LGPL
|
License: GNU LGPL
|
||||||
Description: =====================================================================
|
Description: =====================================================================
|
||||||
JayDeBeApi - bridge from JDBC Database drivers to Python DB-API
|
JayDeBeApi - bridge from JDBC database drivers to Python DB-API
|
||||||
=====================================================================
|
=====================================================================
|
||||||
|
|
||||||
The JayDeBeApi library allows you to connect from Python code to
|
The JayDeBeApi module allows you to connect from Python code to
|
||||||
databases using Java `JDBC
|
databases using Java `JDBC
|
||||||
<http://java.sun.com/products/jdbc/overview.html>`_. It provides a
|
<http://java.sun.com/products/jdbc/overview.html>`_. It provides a
|
||||||
Python DB-API_ v2.0 to that database.
|
Python DB-API_ v2.0 to that database.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue