commit 959fa012d7880e5c8f5e31d280a94ea80d61b416 Author: Jon Michael Aanes Date: Wed Jul 17 21:49:19 2024 +0200 Initialize crypto_seller project diff --git a/crypto_seller/__init__.py b/crypto_seller/__init__.py new file mode 100644 index 0000000..f514d08 --- /dev/null +++ b/crypto_seller/__init__.py @@ -0,0 +1,8 @@ +"""# Automatic Crypto Seller. + +Description TODO. +""" + +__all__ = ['__version__'] + +from ._version import __version__ diff --git a/crypto_seller/_version.py b/crypto_seller/_version.py new file mode 100644 index 0000000..b794fd4 --- /dev/null +++ b/crypto_seller/_version.py @@ -0,0 +1 @@ +__version__ = '0.1.0' diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e66a9e3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +fin_defs @ git+https://gitfub.space/Jmaa/fin-defs +fin_depo @ git+https://gitfub.space/Jmaa/fin-depo diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..3be9693 --- /dev/null +++ b/setup.py @@ -0,0 +1 @@ +# Bogus