Skip to content

Commit ce87e52

Browse files
have tool.poetry and project
1 parent ee38757 commit ce87e52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
[project]
1+
[tool.poetry]
22
name = "datadog_lambda"
33
version = "8.121.0.dev0"
44
description = "The Datadog AWS Lambda Library"
5-
authors = [{name = "Datadog, Inc.", email = "[email protected]"}]
5+
authors = ["Datadog, Inc. <[email protected]>"]
6+
7+
[project]
68
license = "Apache-2.0"
79
readme = "README.md"
810
requires-python = ">3.8.0,<4"

0 commit comments

Comments
 (0)