mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +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"
|
||||
|
||||
[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"
|
||||
|
||||
Reference in New Issue
Block a user