We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee38757 commit ce87e52Copy full SHA for ce87e52
1 file changed
pyproject.toml
@@ -1,8 +1,10 @@
1
-[project]
+[tool.poetry]
2
name = "datadog_lambda"
3
version = "8.121.0.dev0"
4
description = "The Datadog AWS Lambda Library"
5
-authors = [{name = "Datadog, Inc.", email = "dev@datadoghq.com"}]
+authors = ["Datadog, Inc. <dev@datadoghq.com>"]
6
+
7
+[project]
8
license = "Apache-2.0"
9
readme = "README.md"
10
requires-python = ">3.8.0,<4"
0 commit comments