Skip to content

Commit

Permalink
Merge pull request #318 from chenrui333/fix-email
Browse files Browse the repository at this point in the history
feat: support poetry 2.0
  • Loading branch information
thomaspatzke authored Feb 15, 2025
2 parents f576fde + 8f6a355 commit c7a385f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[tool.poetry]
[project]
name = "pySigma"
version = "0.11.19"
license = "LGPL-2.1-only"
description = "Sigma rule processing and conversion tools"
authors = ["Thomas Patzke <[email protected]>"]
authors = [
{ name = "Thomas Patzke", email = "[email protected]" },
]
readme = "README.md"
repository = "https://github.com/SigmaHQ/pySigma"
classifiers = [
Expand All @@ -13,9 +15,14 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.12",
"Topic :: Security"
]

[project.urls]
Repository = "https://github.com/SigmaHQ/pySigma"

[tool.poetry]
packages = [
{ include = "sigma" }
]
Expand Down

0 comments on commit c7a385f

Please sign in to comment.