Merge pull request #1332 from lnbits/feat/poetry-metadata

FEAT: add additional metadata to pyproject, description, version, authors
This commit is contained in:
calle
2023-01-12 15:48:08 +01:00
committed by GitHub

View File

@@ -1,8 +1,8 @@
[tool.poetry] [tool.poetry]
name = "lnbits" name = "lnbits"
version = "0.1.0" version = "0.9.5.3"
description = "" description = "LNbits, free and open-source Lightning wallet and accounts system."
authors = ["matthewcroughan <matt@croughan.sh>"] authors = ["Alan Bits <alan@lnbits.com>"]
[tool.poetry.build] [tool.poetry.build]
generate-setup-file = false generate-setup-file = false