Skip to content

Commit 52fc7f0

Browse files
author
Vincent Berenz
committed
updated pyproject.toml
1 parent fa1c7ad commit 52fc7f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ description = "minimalistic python API for sending ntfy notifications"
55
authors = [
66
"Vincent Berenz <[email protected]>",
77
]
8+
maintainers = [
9+
"Vincent Berenz <[email protected]>",
10+
]
811
packages = [
912
{ include = "ntfy_lite" },
1013
]
14+
license = "BSD-3-Clause"
15+
readme = "readme.md"
16+
homepage = "https://github.com/MPI-IS/ntfy_lite"
17+
repository = "https://github.com/MPI-IS/ntfy_lite"
1118

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

26+
[[tool.poetry.source]]
27+
name = "github"
28+
url = "https://github.com/MPI-IS/ntfy_lite"
29+
default = false
30+
secondary = false
31+
1932
[build-system]
2033
requires = ["poetry-core>=1.0.0"]
2134
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)