2 changed files with 18 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||||||
|
include |
||||||
|
include client/README client/LICENCE |
||||||
|
include server/README server/LICENCE |
||||||
|
include server/electrum.php |
||||||
|
recursive-include client *.py |
||||||
|
recursive-include server *.py |
||||||
|
recursive-include server/patches * |
||||||
@ -0,0 +1,11 @@ |
|||||||
|
#!/usr/bin/python |
||||||
|
from distutils.core import setup |
||||||
|
|
||||||
|
setup(name = "Electrum", |
||||||
|
version = "0.2", |
||||||
|
description = "Lightweight Bitcoin Wallet", |
||||||
|
author = "thomasv", |
||||||
|
license = "GNU GPLv3", |
||||||
|
url = "http://ecdsa/electrum", |
||||||
|
long_description = """Lightweight Bitcoin Wallet""" |
||||||
|
) |
||||||
Loading…
Reference in new issue