Docker: use python 3.10 (#432)

* Docker: use python 3.10

* Add Docker workflow

* Build always

* add all
This commit is contained in:
callebtc
2024-02-17 12:02:26 +01:00
committed by GitHub
parent d1540ccb5b
commit 94db0fc4c6
4 changed files with 49 additions and 3 deletions

View File

@@ -14,12 +14,12 @@ entry_points = {"console_scripts": ["cashu = cashu.wallet.cli.cli:cli"]}
setuptools.setup(
name="cashu",
version="0.15.0",
description="Ecash wallet and mint for Bitcoin Lightning",
description="Ecash wallet and mint",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cashubtc/cashu",
author="Calle",
author_email="calle@protonmail.com",
author_email="callebtc@protonmail.com",
license="MIT",
packages=setuptools.find_namespace_packages(),
classifiers=[