From 5232cd017270fda8345245f14f3d7653b3cb62f6 Mon Sep 17 00:00:00 2001 From: Ilia Kaziamov Date: Wed, 20 Mar 2024 21:42:45 +0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4ff27f..bb90319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "simpleapi" +name = "hexfrost-simpleapi" version = "0.1.0" description = "Library for simple creating endpoints" authors = ["Kaziamov "]