Skip to content

Commit 0264294

Browse files
committed
chore: update pypi description, keywords
1 parent 144084a commit 0264294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
33
version = "1.19.0"
4-
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
4+
description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed"]
77
classifiers=[
@@ -15,7 +15,7 @@ classifiers=[
1515
]
1616
repository="https://github.com/awslabs/aws-lambda-powertools-python"
1717
readme = "README.md"
18-
keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "powertools"]
18+
keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "powertools", "feature_flags", "idempotency", "middleware"]
1919
license = "MIT-0"
2020

2121
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)