Skip to content

Commit c4bc5ce

Browse files
authored
Fix setup.py BIP number typo in description (payjoin#709)
Aligning the BIP number with whats in the README.md and removed an unused import in `setup.py`
2 parents 76b1b87 + bf032de commit c4bc5ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payjoin-ffi/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import os
4-
from setuptools import setup, find_packages
4+
from setuptools import setup
55
import toml
66

77
# Read version from Cargo.toml
@@ -11,7 +11,7 @@
1111

1212
LONG_DESCRIPTION = """# payjoin
1313
This repository creates libraries for various programming languages, all using the Rust-based [Payjoin](https://github.com/payjoin/rust-payjoin)
14-
as the core implementation of BIP178, sourced from the [Payjoin Dev Kit](https://payjoindevkit.org/).
14+
as the core implementation of BIP77, sourced from the [Payjoin Dev Kit](https://payjoindevkit.org/).
1515
1616
## Install the package
1717
```shell

0 commit comments

Comments
 (0)