1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
02eb01a1f1 🤖 Repository layout updated to latest version
All checks were successful
Test Python / Test (push) Successful in 25s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-08-02 17:17:30 +02:00
d04b6975f8
Updated 2024-08-02 17:17:25 +02:00
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>Automatic one-way trades.</i></p>
<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>
# Automatic Crypto Seller.
Automatic one-way trades.
Crypto Seller, I am going into finance, and I want only your strongest tokens.
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.
Automatic one-way trades.
Crypto Seller, I am going into finance, and I want only your strongest tokens.
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.
Automatic one-way trades.
Crypto Seller, I am going into finance, and I want only your strongest tokens.
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 = """
Automatic one-way trades.""".strip()
Crypto Seller, I am going into finance, and I want only your strongest tokens.""".strip()
def parse_version_file(text: str) -> str: