mmgen-wallet/MANIFEST.in
The MMGen Project d69fee71c1
support Nix and NixOS
Quick Start for BTC:

    $ git clone https://github.com/mmgen/mmgen-wallet
    $ cd mmgen-wallet
    $ nix-shell --pure scripts/mmgen-wallet-nix/shell.nix

For altcoin support and additional installation options, see:

    scripts/mmgen-wallet-nix/packages.nix

Tested on Linux/x86_64.  On other platforms your mileage may vary.

Note that Nix support is under development, and the installation process
is subject to change.
2024-12-30 13:59:13 +00:00

24 lines
548 B
Text

include README.md SIGNING_KEYS.pub LICENSE INSTALL *-requirements.txt
include doc/release-notes/*
include doc/wiki/*/*
include examples/*
include mmgen/proto/eth/*/LICENSE
include mmgen/data/*
include scripts/*
include scripts/mmgen-wallet-nix/*
include test/*.py
include test/*/*.py
include test/ref/*
include test/ref/*/*
include test/ref/*/*/*/*
include test/overlay/fakemods/mmgen/*.py
include test/overlay/fakemods/mmgen/*/*.py
include test/overlay/fakemods/mmgen/*/*/*/*.py
include test/test-release.sh
include test/test-release.d/*.sh