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]