Skip to content

Commit

Permalink
Adding additional details to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
DMcP89 committed Apr 7, 2022
1 parent 5d4cfc0 commit 3e1e2a4
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"
Expand Down

0 comments on commit 3e1e2a4

Please sign in to comment.