diff --git a/pyproject.toml b/pyproject.toml index b0b87a2..be831dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "instructor" version = "0.2.11" -description = "Helper functions that allow us to improve openai's function_call ergonomics" -authors = ["Jason "] +description = "Pythonic OpenAI function calling, for humans" +authors = ["Jason Liu "] license = "MIT" readme = "README.md" packages = [{include = "instructor"}]