11#!/usr/bin/env python3
22
3- # Copyright © 2023-2024 , Meheret Tesfaye Batu <meherett.batu@gmail.com>
3+ # Copyright © 2023-2025 , Meheret Tesfaye Batu <meherett.batu@gmail.com>
44# Distributed under the MIT software license, see the accompanying
55# file COPYING or https://opensource.org/license/mit
66
77from typing import List
88
99__name__ : str = "bip38"
10- __version__ : str = "v1.3.1 "
10+ __version__ : str = "v1.4.0 "
1111__license__ : str = "MIT"
1212__author__ : str = "Meheret Tesfaye Batu"
1313__email__ : str = "meherett.batu@gmail.com"
1414__documentation__ : str = "https://bip38.readthedocs.com"
1515__description__ : str = "A Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol."
16- __source__ : str = "https://github.com/talonlab/python-bip38"
17- __url__ : str = __source__
16+ __url__ : str = "https://hdwallet.io"
17+ __source__ : str = "https://github.com/hdwallet-io/python-bip38"
18+ __changelog__ : str = f"{ __source__ } /blob/master/CHANGELOG.md"
1819__tracker__ : str = f"{ __url__ } /issues"
1920__keywords__ : List [str ] = [
20- "bip38" , "bitcoin" , "private-key" , "hdwallet" , "encrypt" , "decrypt" , "passphrase" , "wif" , "bip-0038 "
21+ "bip38" , "bitcoin" , "private-key" , "hdwallet" , "encrypt" , "decrypt" , "passphrase" , "wif" , "security "
2122]
2223__websites__ : List [str ] = [
2324 "https://talonlab.org" ,
2425 "https://talonlab.gitbook.io/bip38" ,
25- __documentation__
26+ __documentation__ ,
27+ "https://hdwallet.online" ,
28+ "https://hd.wallet" , # On Web3 domain
29+ __url__
2630]
0 commit comments