Add minimal readme

pull/10016/head
Matthias 2 years ago
parent 5888da5bc5
commit 46622f6172

@ -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"
[project]
name = "freqtrade_client"
name = "freqtrade-client"
dynamic = ["version"]
authors = [
@ -12,7 +12,7 @@ authors = [
]
description = "Freqtrade - Client scripts"
# readme = "README.md"
readme = "README.md"
requires-python = ">=3.9"
license = {text = "GPLv3"}
# license = "GPLv3"

Loading…
Cancel
Save