Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wagga40 authored Dec 29, 2023
1 parent 9f714f1 commit 12638aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "pySigma-backend-sqlite"
version = "0.1.0"
version = "0.1.1"
description = "pySigma sqlite backend"
readme = "README.md"
authors = ["wagga"]
license = "LGPL-3.0-only"
repository = "https://github.com/wagga40/pySigma-backend-sqlite"
repository = "https://github.com/SigmaHQ/pySigma-backend-sqlite"
packages = [
{ include = "sigma" }
]
Expand Down Expand Up @@ -40,11 +40,11 @@ dependencies = [
"pysigma>=0.10.2",
]
name = "pySigma-backend-sqlite"
version = "0.1.0"
version = "0.1.1"
description = "pySigma sqlite backend"

[project.urls]
repository = "https://github.com/wagga40/pySigma-backend-sqlite"
repository = "https://github.com/SigmaHQ/pySigma-backend-sqlite"

[project.group.dev.dependencies]
pytest = "^7.4.0"
Expand Down

0 comments on commit 12638aa

Please sign in to comment.