Skip to content

Commit 6a26ef5

Browse files
committed
feat: support poetry 2.0
Signed-off-by: Rui Chen <[email protected]>
1 parent def2e5b commit 6a26ef5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
[tool.poetry]
1+
[project]
22
name = "pySigma"
33
version = "0.11.18"
44
license = "LGPL-2.1-only"
55
description = "Sigma rule processing and conversion tools"
6-
authors = ["Thomas Patzke <[email protected]>"]
6+
authors = [
7+
{ name = "Thomas Patzke", email = "[email protected]" },
8+
]
79
readme = "README.md"
810
repository = "https://github.com/SigmaHQ/pySigma"
911
classifiers = [
@@ -13,7 +15,7 @@ classifiers = [
1315
"Programming Language :: Python :: 3.9",
1416
"Programming Language :: Python :: 3.10",
1517
"Programming Language :: Python :: 3.11",
16-
"Programming Language :: Python :: 3.12",
18+
"Programming Language :: Python :: 3.12",
1719
"Topic :: Security"
1820
]
1921
packages = [

0 commit comments

Comments
 (0)