fix version in setup.py
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
# python setup.py sdist --format=zip,gztar
|
# python setup.py sdist --format=zip,gztar
|
||||||
|
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
from version import ELECTRUM_VERSION
|
from version import ELECTRUM_VERSION as version
|
||||||
|
|
||||||
setup(name = "Electrum",
|
setup(name = "Electrum",
|
||||||
version = ELECTRUM_VERSION,
|
version = version,
|
||||||
description = "Lightweight Bitcoin Wallet",
|
description = "Lightweight Bitcoin Wallet",
|
||||||
author = "thomasv",
|
author = "thomasv",
|
||||||
license = "GNU GPLv3",
|
license = "GNU GPLv3",
|
||||||
|
|||||||
Reference in New Issue
Block a user