From 3e1e2a42245b87ef9322fcb8387b7ffa72bd3415 Mon Sep 17 00:00:00 2001 From: DMcP89 Date: Wed, 6 Apr 2022 23:10:53 -0400 Subject: [PATCH] Adding additional details to pyproject.toml --- pyproject.toml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ac1e443..ed0c719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,23 @@ [tool.poetry] name = "todoist_cli" -version = "0.1.0" -description = "" +version = "0.0.1" +description = "Simple commnandl ine utility for managing tasks and projects in Todoist" authors = ["Dave McPherson "] +license = "MIT" +readme = "README.md" +homepage = "https://github.com/DMcP89/todoist_cli" +repository = "https://github.com/DMcP89/todoist_cli" +keywords = ["todoist", "todo", "cli", "todo list"] +classifiers = [ + "Development Status :: 2 - Pre-Alpha", + "Environment :: Console", + "Framework :: IPython", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3.8", +] +include = [ + "LICENSE", +] [tool.poetry.dependencies] python = "^3.8"