Skip to content

Commit fbebfee

Browse files
authored
Rename Python protocol package to grakn-protocol (#106)
## What is the goal of this PR? Make package naming consistent across multiple language repositories ## What are the changes implemented in this PR? Rename Python Grakn Protocol package to `grakn-protocol` in order to be consistent with Client NodeJs and Client Java package naming.
1 parent 0b271d2 commit fbebfee

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
@@ -59,7 +59,7 @@ checkstyle_test(
5959
assemble_pip(
6060
name = "assemble-pip",
6161
target = ":protocol",
62-
package_name = "graknprotocol",
62+
package_name = "grakn-protocol",
6363
classifiers = [
6464
"Programming Language :: Python",
6565
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)