Skip to content

Commit bf7e0c4

Browse files
haydenbakerJordonPhillips
authored andcommitted
Update package tomls
1 parent 2b6aaa2 commit bf7e0c4

File tree

6 files changed

+6
-24
lines changed

6 files changed

+6
-24
lines changed

packages/aws-event-stream/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[project]
22
name = "aws-event-stream"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Core Smithy components for AWS services and protocols."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Hayden Baker", email = "[email protected]" }
8-
]
96
requires-python = ">=3.12"
107
dependencies = [
118
"smithy-core",

packages/smithy-aws-core/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[project]
22
name = "smithy-aws-core"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Core Smithy components for AWS services and protocols."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Hayden Baker", email = "[email protected]" }
8-
]
96
requires-python = ">=3.12"
107
dependencies = [
118
"smithy-core",

packages/smithy-core/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[project]
22
name = "smithy_core"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Core components for implementing Smithy tooling in Python."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Hayden Baker", email = "[email protected]" }
8-
]
96
requires-python = ">=3.12"
107
dependencies = []
118

packages/smithy-event-stream/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[project]
22
name = "smithy-event-stream"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "Smithy event stream interfaces and core components."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Hayden Baker", email = "[email protected]" }
8-
]
96
requires-python = ">=3.12"
107
dependencies = [
118
"smithy-core",

packages/smithy-http/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[project]
22
name = "smithy_http"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "HTTP components for Smithy tooling."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Hayden Baker", email = "[email protected]" }
8-
]
96
requires-python = ">=3.12"
107
dependencies = [
118
"smithy-core",

packages/smithy-json/pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[project]
22
name = "smithy-json"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "JSON serialization and deserialization support for Smithy tooling."
55
readme = "README.md"
6-
authors = [
7-
{ name = "Hayden Baker", email = "[email protected]" }
8-
]
96
requires-python = ">=3.12"
107
dependencies = [
118
"ijson>=3.3.0",

0 commit comments

Comments
 (0)