Add minimal readme

This commit is contained in:
Matthias 2024-03-29 09:00:22 +01:00
parent 5888da5bc5
commit 46622f6172
2 changed files with 9 additions and 2 deletions

7
ft_client/README.md Normal file
View 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.

View File

@ -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"