Skip to content

Commit 737f886

Browse files
rename to project
1 parent a21ae7e commit 737f886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[tool.poetry]
1+
[project]
22
name = "datadog_lambda"
33
version = "8.121.0.dev0"
44
description = "The Datadog AWS Lambda Library"
@@ -33,7 +33,7 @@ dependencies = [
3333
]
3434

3535

36-
[tool.poetry.optional-dependencies]
36+
[project.optional-dependencies]
3737
dev = [
3838
"botocore>=1.34.0,<2",
3939
"requests>=2.22.0,<3",

0 commit comments

Comments
 (0)