mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-09 20:19:50 +00:00
fix version in setup.py
This commit is contained in:
parent
38023736a3
commit
ac918d02e6
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue