Corrected link to the project's launchpad homepage

master
baztian 2010-08-10 18:10:00 +02:00
parent c7a540e109
commit bf7b2be077
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ setup(
author = 'Bastian Bowe',
author_email = 'bastian.bowe@gmail.com',
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.'),
long_description=file('README.rst').read(),
keywords = ('db api java jdbc bridge connect sql jpype jython'),

View File

@ -7,10 +7,10 @@ Author: Bastian Bowe
Author-email: bastian.bowe@gmail.com
License: GNU LGPL
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
<http://java.sun.com/products/jdbc/overview.html>`_. It provides a
Python DB-API_ v2.0 to that database.