jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

Changed setup.py to also install the jsonrpc package. #14

Closed KonstantinSchubert closed 11 years ago

KonstantinSchubert commented 11 years ago

I don't really now what I am doing here, to bear with me. But this little change in the script fixed for me the problem that jsonrpc wasn't actually being installed when running the setup.py install command.