mmgen-wallet/MANIFEST.in
The MMGen Project abbc9c843a
Nix support improvements
Quick Start for BTC:

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

Enable altcoins and additional packages:

    $ mkdir -p ~/.mmgen
    $ cp nix/user-packages.nix ~/.mmgen
    # ... edit ~/.mmgen/user-packages.nix as required ...
    $ nix-shell --pure nix

For NixOS installation and other information, see:

    nix/README
2025-01-03 14:24:20 +00:00

24 lines
527 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 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