From 87a93f704955a48a4eec423347dbb1dddd654043 Mon Sep 17 00:00:00 2001 From: Liran BG Date: Sat, 13 Jul 2024 20:49:03 +0300 Subject: [PATCH] Update pyproject.toml updated authors and unblocked 3.9 from being installed using manof --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41c90a5..c6358d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] -name = 'manof' -requires-python = ">=3.7,<3.8" +name = "manof" +requires-python = ">=3.7,<3.10" version = "0.1.2" authors = [ - {name = "Your Name", email = "you@yourdomain.com"}, + {name = "LiranBG", email = "liran_ben_gida@mckinsey.com"}, ] [tool.setuptools]