distutils
This commit is contained in:
11
setup.py
Normal file
11
setup.py
Normal file
@@ -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"""
|
||||
)
|
||||
Reference in New Issue
Block a user