Files
nutshell/MANIFEST.in
calle 2d66aeb79c Fix invoice asyncio wrapper (#113)
* mypy: fix lightning backend warnings

* fix asyncio invoice creation

* ignore weird mypy error
2023-02-25 16:44:51 +01:00

6 lines
158 B
Plaintext

include requirements.txt
recursive-include cashu/tor *
recursive-include cashu/wallet *
exclude tests/*
global-exclude *.py[cod]
prune tests/* */__pycache__/*