diff --git a/doc/src/index.rst b/doc/src/index.rst index 96dc727..93ad9e1 100644 --- a/doc/src/index.rst +++ b/doc/src/index.rst @@ -2,7 +2,7 @@ Welcome to cx_Oracle's documentation! ===================================== -**cx_Oracle** is a module that enables access to Oracle databases and conforms +**cx_Oracle** is a module that enables access to Oracle Database and conforms to the Python database API specification. This module is currently built against Oracle 11.2 and 12.1 and works for both Python 2.x and 3.x. diff --git a/setup.py b/setup.py index cf2a640..a161dab 100644 --- a/setup.py +++ b/setup.py @@ -380,8 +380,8 @@ setup( cmdclass = commandClasses, options = dict(bdist_rpm = dict(doc_files = docFiles)), long_description = \ - "Python interface to Oracle conforming to the Python DB API 2.0 " - "specification.\n" + "Python interface to Oracle Database conforming to the Python DB " + "API 2.0 specification.\n" "See http://www.python.org/topics/database/DatabaseAPI-2.0.html.", author = "Anthony Tuininga", author_email = "anthony.tuininga@gmail.com",