We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
2 parents 76b1b87 + bf032de commit c4bc5ceCopy full SHA for c4bc5ce
payjoin-ffi/python/setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
2
3
import os
4
-from setuptools import setup, find_packages
+from setuptools import setup
5
import toml
6
7
# Read version from Cargo.toml
@@ -11,7 +11,7 @@
11
12
LONG_DESCRIPTION = """# payjoin
13
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/).
+as the core implementation of BIP77, sourced from the [Payjoin Dev Kit](https://payjoindevkit.org/).
15
16
## Install the package
17
```shell
0 commit comments