distutils
[electrum-nvc.git] / setup.py
1 #!/usr/bin/python
2 from distutils.core import setup
3
4 setup(name = "Electrum",
5     version = "0.2",
6     description = "Lightweight Bitcoin Wallet",
7     author = "thomasv",
8     license = "GNU GPLv3",
9     url = "http://ecdsa/electrum",
10     long_description = """Lightweight Bitcoin Wallet""" 
11