fix version in setup.py

This commit is contained in:
ThomasV 2011-12-09 21:54:05 +03:00
parent 38023736a3
commit ac918d02e6
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
# python setup.py sdist --format=zip,gztar
from distutils.core import setup
from version import ELECTRUM_VERSION
from version import ELECTRUM_VERSION as version
setup(name = "Electrum",
version = ELECTRUM_VERSION,
version = version,
description = "Lightweight Bitcoin Wallet",
author = "thomasv",
license = "GNU GPLv3",