Convert from setup.py to pyproject.toml

This commit is contained in:
tecnovert
2024-10-09 22:15:56 +02:00
parent e2fe0697ee
commit 996c67beea
31 changed files with 69 additions and 108 deletions

View File

@@ -160,11 +160,6 @@ Close the terminal and open a new one to update the python symlinks.
export SWAP_DATADIR=$HOME/coinswaps
python3 -m venv "$SWAP_DATADIR/venv"
. $SWAP_DATADIR/venv/bin/activate && python -V
cd $SWAP_DATADIR
git clone https://github.com/basicswap/coincurve.git -b basicswap_v0.2 coincurve-basicswap
cd $SWAP_DATADIR/coincurve-basicswap
pip3 install .
cd $SWAP_DATADIR
git clone https://github.com/basicswap/basicswap.git
@@ -179,7 +174,6 @@ From https://pypi.org/project/certifi/
Continue installing Basicswap
pip3 install wheel
pip3 install .