From 0fae491ebed9f86e50ec41005f7bd8a1292f2e8d Mon Sep 17 00:00:00 2001 From: TreyWW <73353716+TreyWW@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:21:09 +0000 Subject: [PATCH] updated metadata from "MyFinances-python" to "MyFinances" to work with PyPi --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06e126a..59ce12b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "MyFinances-python" +name = "MyFinances" version = "0.1.0" description = "" authors = ["TreyWW"] @@ -36,7 +36,7 @@ build-backend = 'setuptools.build_meta' [project] -name = "MyFinances-python" +name = "MyFinances" description = "A python client package to interact with the MyFinances API through python." readme = "README.md" authors = [