File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 95
95
.pypirc
96
96
.vscode /
97
97
.DS_Store
98
+ wheelhouse /
Original file line number Diff line number Diff line change 1
1
Timeplus Proton Python Driver
2
- ================
2
+ =============================
3
3
4
4
Introduction
5
5
------------
@@ -43,7 +43,7 @@ Quick Start
43
43
above code should return ``(1,) `` , which shows that everything is working fine now.
44
44
45
45
Streaming Query
46
- ------------
46
+ ----------------
47
47
48
48
.. code-block :: python
49
49
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def read_version():
63
63
extensions = cythonize (extensions , compiler_directives = compiler_directives )
64
64
65
65
setup (
66
- name = 'timeplus- proton-driver' ,
66
+ name = 'proton-driver' ,
67
67
version = read_version (),
68
68
69
69
description = 'Python driver with native interface for Proton' ,
You can’t perform that action at this time.
0 commit comments