From ec59f014b1de5ca63d40f32fbf8a4d60c031f85a Mon Sep 17 00:00:00 2001 From: Armin Sabouri Date: Wed, 21 May 2025 11:36:22 -0400 Subject: [PATCH 1/2] Fix BIP number typo --- payjoin-ffi/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payjoin-ffi/python/setup.py b/payjoin-ffi/python/setup.py index 3b0acb427..53202a2f2 100644 --- a/payjoin-ffi/python/setup.py +++ b/payjoin-ffi/python/setup.py @@ -11,7 +11,7 @@ LONG_DESCRIPTION = """# payjoin This repository creates libraries for various programming languages, all using the Rust-based [Payjoin](https://github.com/payjoin/rust-payjoin) -as the core implementation of BIP178, sourced from the [Payjoin Dev Kit](https://payjoindevkit.org/). +as the core implementation of BIP77, sourced from the [Payjoin Dev Kit](https://payjoindevkit.org/). ## Install the package ```shell From bf032decad129fdc38b81e02a7aa32ed7a5c88de Mon Sep 17 00:00:00 2001 From: Armin Sabouri Date: Wed, 21 May 2025 11:46:30 -0400 Subject: [PATCH 2/2] Remove unused import in `setup.py` --- payjoin-ffi/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payjoin-ffi/python/setup.py b/payjoin-ffi/python/setup.py index 53202a2f2..9c03cf983 100644 --- a/payjoin-ffi/python/setup.py +++ b/payjoin-ffi/python/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python import os -from setuptools import setup, find_packages +from setuptools import setup import toml # Read version from Cargo.toml