From 12688efd5fc19500e1053a1ef9dc95980b4ffa52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 9 Jan 2023 09:03:27 +0100 Subject: [PATCH 1/5] add additional data --- pyproject.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e764719..9ddd249e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,12 @@ [tool.poetry] name = "lnbits" -version = "0.1.0" -description = "" -authors = ["matthewcroughan "] +version = "0.9.5.3" +description = "LNbits, free and open-source lightning-network wallet/accounts system" +authors = [ + "benarc " +] [tool.poetry.build] generate-setup-file = false From 1cc3801e38a0198ce8791f59be8bcb1210dbf0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Mon, 9 Jan 2023 09:06:53 +0100 Subject: [PATCH 2/5] invalid author string -.- --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9ddd249e..d3f66bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ name = "lnbits" version = "0.9.5.3" description = "LNbits, free and open-source lightning-network wallet/accounts system" authors = [ - "benarc ", + "dni ", "matthewcroughan " ] From a3f7636db06605f781fc172d210846148cc90266 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Tue, 10 Jan 2023 12:25:11 +0100 Subject: [PATCH 3/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d3f66bc4..f8f33f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "lnbits" version = "0.9.5.3" -description = "LNbits, free and open-source lightning-network wallet/accounts system" +description = "LNbits, free and open-source Lightning wallet and accounts system." authors = [ "benarc ", "dni ", From 08c485e34bbf5b37ee0dcf81a9afb3ec41627351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dni=20=E2=9A=A1?= Date: Thu, 12 Jan 2023 07:54:30 +0100 Subject: [PATCH 4/5] add only 1 general author --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8f33f3b..1673048c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,11 +2,7 @@ name = "lnbits" version = "0.9.5.3" description = "LNbits, free and open-source Lightning wallet and accounts system." -authors = [ - "benarc ", - "dni ", - "matthewcroughan " -] +authors = ["lnbits "] [tool.poetry.build] generate-setup-file = false From 97fd5eac8f66fb7ad35f0f9459255ec5b26e6702 Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:47:42 +0100 Subject: [PATCH 5/5] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1673048c..383c4ff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "lnbits" version = "0.9.5.3" description = "LNbits, free and open-source Lightning wallet and accounts system." -authors = ["lnbits "] +authors = ["Alan Bits "] [tool.poetry.build] generate-setup-file = false