From da025cdbd32a472ad1624f9b645523fc249a2c8a Mon Sep 17 00:00:00 2001 From: Idan Yael Date: Wed, 28 Dec 2022 11:51:00 +0200 Subject: [PATCH] change package name to algorithmic-trader --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3ef98c..bf93cbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] -name = "algo_trader" +name = "algorithmic-trader" description = "Trading bot with support for realtime trading, backtesting, custom strategies and much more" authors = [{ name = "Idan Yael" }] maintainers = [{ name = "Idan Yael" }]