1
0

version management

This commit is contained in:
ThomasV
2011-12-09 21:01:53 +03:00
parent 008feaa768
commit d69b9ca2ec
5 changed files with 16 additions and 19 deletions

View File

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