URI:
       tMerge pull request #90 from suvayu/dev - electrum-personal-server - Maximally lightweight electrum server for a single user
  HTML git clone https://git.parazyd.org/electrum-personal-server
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit c2d076c007bb5654856163f16f181b0371adee4c
   DIR parent 1781d69f66308f3d1fdb9c39d2915cbe1377cde6
  HTML Author: chris-belcher <belcher@riseup.net>
       Date:   Thu, 28 Feb 2019 15:46:11 +0000
       
       Merge pull request #90 from suvayu/dev
       
       Do not install sample config along with docs
       Diffstat:
         M MANIFEST.in                         |       1 -
         M README.md                           |       4 ++--
         M setup.py                            |       1 -
       
       3 files changed, 2 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/MANIFEST.in b/MANIFEST.in
       t@@ -1,4 +1,3 @@
        include README.md
        include doc/*.md
        include electrumpersonalserver/certs/*
       -include config.cfg_sample
   DIR diff --git a/README.md b/README.md
       t@@ -52,7 +52,7 @@ on [full nodes](https://en.bitcoin.it/wiki/Full_node).
          `--server localhost:50002:s`.
        
        * Download the [latest release](https://github.com/chris-belcher/electrum-personal-server/releases)
       -  of Electrum Personal Server. Enter the directory and rename the file
       +  of Electrum Personal Server. Enter the directory and copy the file
          `config.cfg_sample` to `config.cfg`.
        
        * Edit the file `config.cfg` to configure everything about the server. Add your
       t@@ -62,7 +62,7 @@ on [full nodes](https://en.bitcoin.it/wiki/Full_node).
          in the Electrum client menu `Wallet` -> `Information`.  You can add multiple
          master public keys or watch-only addresses by adding separate lines for the
          different keys/addresses:
       -  
       +
              wallet1 = xpub661MyMwAqRbcF...
              wallet2 = xpub7712KLsfsg46G...
        
   DIR diff --git a/setup.py b/setup.py
       t@@ -18,7 +18,6 @@ setup(
            },
            package_data={"electrumpersonalserver": ["certs/*"]},
            data_files=[
       -        ("etc/electrum-personal-server", ["config.cfg_sample"]),
                ("share/doc/electrum-personal-server", ["README.md"]),
            ],
            install_requires=[