Compare commits
2 Commits
26ed65c260
...
02eb01a1f1
Author | SHA1 | Date | |
---|---|---|---|
02eb01a1f1 | |||
d04b6975f8 |
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
4
setup.py
4
setup.py
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user