Skip to content

Commit 6bf7aee

Browse files
author
Alex Walker
authored
Rename pip package to grakn_protocol (#115)
## What is the goal of this PR? Our pip artifact is named `grakn-protocol` but the Python package used to import Python objects from it was inconsistently named `graknprotocol`. So we've renamed it to `grakn_protocol`. ## What are the changes implemented in this PR? In pip artifact, rename Python package used in imports to grakn_protocol
1 parent 7005cf8 commit 6bf7aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc/python/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ python_grpc_compile(
4040
python_repackage(
4141
name = "protocol_pkg",
4242
src = ":protocol_src",
43-
package = "graknprotocol"
43+
package = "grakn_protocol"
4444
)
4545

4646
py_library(

0 commit comments

Comments
 (0)