Skip to content

Commit 5f54bc2

Browse files
rename timeplus-proton-driver to proton-driver (#32)
1 parent 1b5d033 commit 5f54bc2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,4 @@ ENV/
9595
.pypirc
9696
.vscode/
9797
.DS_Store
98+
wheelhouse/

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Timeplus Proton Python Driver
2-
================
2+
=============================
33

44
Introduction
55
------------
@@ -43,7 +43,7 @@ Quick Start
4343
above code should return ``(1,)`` , which shows that everything is working fine now.
4444

4545
Streaming Query
46-
------------
46+
----------------
4747

4848
.. code-block:: python
4949

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def read_version():
6363
extensions = cythonize(extensions, compiler_directives=compiler_directives)
6464

6565
setup(
66-
name='timeplus-proton-driver',
66+
name='proton-driver',
6767
version=read_version(),
6868

6969
description='Python driver with native interface for Proton',

0 commit comments

Comments
 (0)