Skip to content

Commit 6cd9cff

Browse files
Removing duplicated sections
1 parent 9735283 commit 6cd9cff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ authors = ["Datadog, Inc. <dev@datadoghq.com>"]
66

77
[project]
88
name = "datadog_lambda"
9-
version = "8.121.0.dev0"
10-
description = "The Datadog AWS Lambda Library"
11-
authors = [{ name = "Datadog, Inc.", email = "dev@datadoghq.com" }]
129
license = "Apache-2.0"
1310
readme = "README.md"
1411
requires-python = ">=3.8.0,<4"
@@ -40,6 +37,8 @@ classifiers = [
4037
"Programming Language :: Python :: 3.14",
4138
]
4239

40+
# can remove tool.poetry.depencies and tool.poetry.extras
41+
# after deprecation of Python 3.8
4342
[tool.poetry.dependencies]
4443
python = ">=3.8.0,<4"
4544
datadog = ">=0.51.0,<1.0.0"

0 commit comments

Comments
 (0)