|
1 | 1 | [project]
|
2 | 2 | name = "smithy-aws-event-stream"
|
3 | 3 | version = "0.0.1"
|
| 4 | +requires-python = ">=3.12" |
| 5 | +authors = [ |
| 6 | + {name = "Amazon Web Services"}, |
| 7 | +] |
4 | 8 | description = "Smithy components for Amazon Event Streams."
|
5 | 9 | readme = "README.md"
|
6 |
| -requires-python = ">=3.12" |
| 10 | +license = {text = "Apache License 2.0"} |
| 11 | +keywords = ["aws", "sdk", "amazon", "smithy", "eventstream"] |
| 12 | +classifiers = [ |
| 13 | + "Development Status :: 2 - Pre-Alpha", |
| 14 | + "Intended Audience :: Developers", |
| 15 | + "Intended Audience :: System Administrators", |
| 16 | + "Natural Language :: English", |
| 17 | + "License :: OSI Approved :: Apache Software License", |
| 18 | + "Operating System :: OS Independent", |
| 19 | + "Programming Language :: Python", |
| 20 | + "Programming Language :: Python :: 3 :: Only", |
| 21 | + "Programming Language :: Python :: 3", |
| 22 | + "Programming Language :: Python :: 3.12", |
| 23 | + "Programming Language :: Python :: 3.13", |
| 24 | + "Programming Language :: Python :: 3.14", |
| 25 | + "Programming Language :: Python :: Implementation :: CPython", |
| 26 | + "Topic :: Software Development :: Libraries" |
| 27 | +] |
7 | 28 | dependencies = [
|
8 | 29 | "smithy-core",
|
9 | 30 | ]
|
10 | 31 |
|
| 32 | +[project.urls] |
| 33 | +"Changelog" = "https://github.com/smithy-lang/smithy-python/blob/develop/packages/smithy-aws-event-stream/CHANGES.md" |
| 34 | +"Code" = "https://github.com/smithy-lang/smithy-python/blob/develop/packages/smithy-aws-event-stream/" |
| 35 | +"Issue tracker" = "https://github.com/smithy-lang/smithy-python/issues" |
| 36 | + |
11 | 37 | [build-system]
|
12 | 38 | requires = ["hatchling"]
|
13 | 39 | build-backend = "hatchling.build"
|
|
0 commit comments