Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions payjoin-ffi/python/setup.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
Loading