From e6b4181f225ead28cbfda65955eb322f10680511 Mon Sep 17 00:00:00 2001 From: Stefano Tabacco Date: Mon, 22 Aug 2022 08:20:24 +0200 Subject: [PATCH] Updated link (#152) --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14dfcae..7d67139 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Stake -**Stake** is an unofficial Python client for the [Stake](https://www.stake.com.au) trading platform. +**Stake** is an unofficial Python client for the [Stake](https://hellostake.com) trading platform. This library wraps the current Stake api and allows common trade operations, such as submitting buy/sell requests, checking your portfolio etc... diff --git a/pyproject.toml b/pyproject.toml index 22a337f..42a5962 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.3.0" readme = "README.md" homepage = "https://github.com/stabacco/stake-python" repository = "https://github.com/stabacco/stake-python" -description = "Unofficial https://stake.com.au API wrapper." +description = "Unofficial https://hellostake.com API wrapper." authors = ["Stefano Tabacco "] license = "Apache-2.0" keywords = ["stake","trading","stocks","financial","python"]