1
0

clean unused sessions

This commit is contained in:
root
2011-11-15 01:05:52 +03:00
parent 26733107ff
commit 0c814f4883
2 changed files with 17 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
#!/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"""
)