mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Add minimal readme
This commit is contained in:
parent
5888da5bc5
commit
46622f6172
7
ft_client/README.md
Normal file
7
ft_client/README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Freqtrade Client
|
||||||
|
|
||||||
|
# ![freqtrade](https://raw.githubusercontent.com/freqtrade/freqtrade/develop/docs/assets/freqtrade_poweredby.svg)
|
||||||
|
|
||||||
|
Provides a minimal rest client for the freqtrade rest api.
|
||||||
|
|
||||||
|
Please check out the [main project](https://github.com/freqtrade/freqtrade) for more information or details.
|
|
@ -3,7 +3,7 @@ requires = ["setuptools >= 64.0.0", "wheel"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "freqtrade_client"
|
name = "freqtrade-client"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
|
@ -12,7 +12,7 @@ authors = [
|
||||||
]
|
]
|
||||||
|
|
||||||
description = "Freqtrade - Client scripts"
|
description = "Freqtrade - Client scripts"
|
||||||
# readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9"
|
requires-python = ">=3.9"
|
||||||
license = {text = "GPLv3"}
|
license = {text = "GPLv3"}
|
||||||
# license = "GPLv3"
|
# license = "GPLv3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user