Skip to content

Commit

Permalink
Update all references to be _
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Blyler <[email protected]>
  • Loading branch information
ablyler committed Oct 4, 2023
1 parent 4e4361b commit 2155173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# aquahawk-client
# aquahawk_client
Python client for AquaHawk
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ force_sort_within_sections = true
forced_separate = "tests"
include_trailing_comma = true
indent = " "
known_first_party = "aquahawk-client,tests"
known_first_party = "aquahawk_client,tests"
line_length = 88
multi_line_output = 3
not_skip = "__init__.py"
Expand All @@ -24,7 +24,7 @@ description = "A Python3, async-friendly client library for AquaHawk"
readme = "README.md"
authors = ["Andy Blyler <[email protected]>"]
license = "MIT"
repository = "https://github.com/ablyler/aquahawk-client"
repository = "https://github.com/ablyler/aquahawk_client"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
Expand Down

0 comments on commit 2155173

Please sign in to comment.