diff --git a/pyproject.toml b/pyproject.toml index 2a9455f..9aad35e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "plan" -version = "0.1.0" -description = "Add your description here" +version = "0.1.1" +description = "edit ~/.plan files" +authors = [{ name = "gitmatt", email = "git@publicmatt.com" }] readme = "README.md" requires-python = ">=3.12" dependencies = ["click>=8.1.8", "jinja2>=3.1.5", "rich>=13.9.4"]