Skip to content

Commit

Permalink
Make module and workspace naming consistent with pypi.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-choncholas committed Sep 27, 2023
1 parent 33a2696 commit 6711f52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bazel-bin
bazel-tfshell
bazel-tf-shell
bazel-out
bazel-testlogs
requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module(
name = "tfshell",
name = "tf_shell",
version = "0.0.1",
)

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
workspace(name = "tfshell")
workspace(name = "tf_shell")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
Expand Down

0 comments on commit 6711f52

Please sign in to comment.