Skip to content

Commit

Permalink
updated pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berenz committed Oct 20, 2022
1 parent fa1c7ad commit 52fc7f0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ description = "minimalistic python API for sending ntfy notifications"
authors = [
"Vincent Berenz <[email protected]>",
]
maintainers = [
"Vincent Berenz <[email protected]>",
]
packages = [
{ include = "ntfy_lite" },
]
license = "BSD-3-Clause"
readme = "readme.md"
homepage = "https://github.com/MPI-IS/ntfy_lite"
repository = "https://github.com/MPI-IS/ntfy_lite"

[tool.poetry.dependencies]
python = ">=3.7,<4"
Expand All @@ -16,6 +23,12 @@ pytest = "^7.1.3"
validators = "^0.20.0"
types-requests = "^2.28.11.2"

[[tool.poetry.source]]
name = "github"
url = "https://github.com/MPI-IS/ntfy_lite"
default = false
secondary = false

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 52fc7f0

Please sign in to comment.