LBRY-Vault/setup.py
2011-11-10 01:25:03 +01:00

11 lines
292 B
Python

#!/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"""
)