mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
Add minimal readme
This commit is contained in:
7
ft_client/README.md
Normal file
7
ft_client/README.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Freqtrade Client
|
||||||
|
|
||||||
|
# 
|
||||||
|
|
||||||
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user