1
0

Compare commits

..

No commits in common. "02eb01a1f1113e5408475148992afe05bafb65e3" and "26ed65c260a49e4449d95301e41d9e46c232a2e8" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View File

@ -2,11 +2,11 @@
<!--- THIS IS AN AUTO-GENERATED FILE --->
<!--- MANUAL CHANGES CAN AND WILL BE OVERWRITTEN --->
<p align="center"><img src="./logo.png" /></p><p align="center"><i>Crypto Seller, I am going into finance, and I want only your strongest tokens.</i></p>
<p align="center"><img src="./logo.png" /></p><p align="center"><i>Automatic one-way trades.</i></p>
# Automatic Crypto Seller.
Crypto Seller, I am going into finance, and I want only your strongest tokens.
Automatic one-way trades.
This program is a wrapper around
[`fin_depo`](https://gitfub.space/Jmaa/fin-depo/) for automatically trading

View File

@ -1,6 +1,6 @@
"""# Automatic Crypto Seller.
Crypto Seller, I am going into finance, and I want only your strongest tokens.
Automatic one-way trades.
This program is a wrapper around
[`fin_depo`](https://gitfub.space/Jmaa/fin-depo/) for automatically trading

View File

@ -13,7 +13,7 @@ PACKAGE_NAME = 'crypto_seller'
PACKAGE_DESCRIPTION = """
# Automatic Crypto Seller.
Crypto Seller, I am going into finance, and I want only your strongest tokens.
Automatic one-way trades.
This program is a wrapper around
[`fin_depo`](https://gitfub.space/Jmaa/fin-depo/) for automatically trading
@ -126,7 +126,7 @@ most mature on the danish market, and does support KuCoin.
""".strip()
PACKAGE_DESCRIPTION_SHORT = """
Crypto Seller, I am going into finance, and I want only your strongest tokens.""".strip()
Automatic one-way trades.""".strip()
def parse_version_file(text: str) -> str: