Version 3.0.0

This commit is contained in:
The MMGen Project 2021-10-14 13:29:29 +00:00
commit bc9e9a07d3
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
3 changed files with 4 additions and 4 deletions

View file

@ -0,0 +1 @@
3.0.0

View file

@ -1,6 +1,6 @@
[metadata]
name = MMGen Node Tools
version = 0.0.3
version = file: mmgen_node_tools/data/version
description = Optional online tools for the MMGen wallet suite
long_description = file: README.md
long_description_content_type = text/markdown
@ -12,7 +12,7 @@ platforms = Linux, Armbian, Raspbian, MS Windows
keywords = file: mmgen_node_tools/data/keywords
project_urls =
Bug Tracker = https://github.com/mmgen/mmgen-node-tools/issues
classifiers =
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Operating System :: POSIX :: Linux
@ -23,7 +23,7 @@ python_requires = >=3.7
include_package_data = True
install_requires =
mmgen>=0.12.2
mmgen>=13.0.0
packages =
mmgen_node_tools

View file

@ -47,7 +47,6 @@ check_mmgen_repo() {
}
create_links() {
( cd 'mmgen'; [ -L 'node_tools' ] || ln -s "../$nt_repo/mmgen/node_tools" )
( cd $mm_repo && [ -L 'mmgen_node_tools' ] || ln -s "$orig_pwd/mmgen_node_tools" )
(
cd 'test/unit_tests_d'