-WIP-electrum-btcp/setup.py

12 lines
293 B
Python

#!/usr/bin/python
from distutils.core import setup
setup(name = "Electrum",
version = "0.21",
description = "Lightweight Bitcoin Wallet",
author = "thomasv",
license = "GNU GPLv3",
url = "http://ecdsa/electrum",
long_description = """Lightweight Bitcoin Wallet"""
)