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
commit 492eda5fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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