Skip to content

Commit 572128a

Browse files
authored
Normalize package names to match project hyphenation (#472)
1 parent 3d205be commit 572128a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/aws-sdk-signers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "aws_sdk_signers"
2+
name = "aws-sdk-signers"
33
version = "0.0.2"
44
requires-python = ">=3.12"
55
authors = [

packages/smithy-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "smithy_core"
2+
name = "smithy-core"
33
version = "0.0.1"
44
description = "Core components for implementing Smithy tooling in Python."
55
readme = "README.md"

packages/smithy-http/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "smithy_http"
2+
name = "smithy-http"
33
version = "0.0.1"
44
description = "HTTP components for Smithy tooling."
55
readme = "README.md"

0 commit comments

Comments
 (0)