1
0

Initialize crypto_seller project

This commit is contained in:
Jon Michael Aanes 2024-07-17 21:49:19 +02:00
commit 959fa012d7
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,8 @@
"""# Automatic Crypto Seller.
Description TODO.
"""
__all__ = ['__version__']
from ._version import __version__

View File

@ -0,0 +1 @@
__version__ = '0.1.0'

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
fin_defs @ git+https://gitfub.space/Jmaa/fin-defs
fin_depo @ git+https://gitfub.space/Jmaa/fin-depo

1
setup.py Normal file
View File

@ -0,0 +1 @@
# Bogus