Initialize crypto_seller project
This commit is contained in:
commit
959fa012d7
8
crypto_seller/__init__.py
Normal file
8
crypto_seller/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
"""# Automatic Crypto Seller.
|
||||||
|
|
||||||
|
Description TODO.
|
||||||
|
"""
|
||||||
|
|
||||||
|
__all__ = ['__version__']
|
||||||
|
|
||||||
|
from ._version import __version__
|
1
crypto_seller/_version.py
Normal file
1
crypto_seller/_version.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
__version__ = '0.1.0'
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
fin_defs @ git+https://gitfub.space/Jmaa/fin-defs
|
||||||
|
fin_depo @ git+https://gitfub.space/Jmaa/fin-depo
|
Loading…
Reference in New Issue
Block a user