Skip to content

Commit 66a39e5

Browse files
chore(pypi): add new links to Pypi package homepage (#1912)
* maintenance(pypi): updating pyproject.toml * maintenance(pypi): updating pyproject.toml - fix
1 parent 92a526d commit 66a39e5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ classifiers=[
1313
"Programming Language :: Python :: 3.8",
1414
"Programming Language :: Python :: 3.9",
1515
]
16-
repository="https://github.com/awslabs/aws-lambda-powertools-python"
16+
repository = "https://github.com/awslabs/aws-lambda-powertools-python"
17+
documentation = "https://awslabs.github.io/aws-lambda-powertools-python/"
1718
readme = "README.md"
1819
keywords = ["aws_lambda_powertools", "aws", "tracing", "logging", "lambda", "powertools", "feature_flags", "idempotency", "middleware"]
1920
# MIT-0 is not recognized as an existing license from poetry.
2021
# By using `MIT` as a license value, a `License :: OSI Approved :: MIT License` classifier is added to the classifiers list.
2122
license = "MIT"
2223

24+
[tool.poetry.urls]
25+
"Issue tracker" = "https://github.com/awslabs/aws-lambda-powertools-python/issues"
26+
"Releases" = "https://github.com/awslabs/aws-lambda-powertools-python/releases"
27+
2328
[tool.poetry.dependencies]
2429
python = "^3.7.4"
2530
aws-xray-sdk = { version = "^2.8.0", optional = true }

0 commit comments

Comments
 (0)