We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9ef1e commit 125e5e8Copy full SHA for 125e5e8
package/docs/source/index.rst
@@ -1,8 +1,8 @@
1
streamsx.hbase package
2
######################
3
4
-IBM Streams HBASE integration
5
-==============================
+HBASE integration for IBM Streams
+=================================
6
7
For details of implementing applications in Python
8
for IBM Streams and the Streaming Analytics service
package/setup.py
@@ -5,7 +5,7 @@
packages = ['streamsx.hbase'],
include_package_data=True,
version = streamsx.hbase.__version__,
- description = 'IBM Streams HBASE integration',
+ description = 'HBASE integration for IBM Streams',
9
long_description = open('DESC.txt').read(),
10
author = 'IBM Streams @ github.com',
11
author_email = '[email protected]',
0 commit comments