mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 10:34:20 +01:00
Docker: use python 3.10 (#432)
* Docker: use python 3.10 * Add Docker workflow * Build always * add all
This commit is contained in:
4
setup.py
4
setup.py
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user