Skip to content

Commit

Permalink
Fix: bip38 importing problems
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Sep 7, 2023
1 parent ee1b3e3 commit 6a2d135
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
setup, find_packages
)

import bip38

# Project URL's
project_urls: dict = {
"Tracker": "https://github.com/meherett/python-bip38/issues",
Expand All @@ -22,13 +20,13 @@

setup(
name="bip38",
version=bip38.__version__,
description=bip38.__description__,
version="v0.1.0",
description="Python library for implementation of Bitcoin Improvement Proposal - 0038 / BIP38 protocol.",
long_description=long_description,
long_description_content_type="text/markdown",
license=bip38.__license__,
author=bip38.__author__,
author_email=bip38.__email__,
license="MIT",
author="Meheret Tesfaye Batu",
author_email="[email protected]",
url="https://github.com/meherett/python-bip38",
project_urls=project_urls,
keywords=[
Expand Down

0 comments on commit 6a2d135

Please sign in to comment.