From 6a9653c47e5aeae6bd1870f34d9af01d9d788fa0 Mon Sep 17 00:00:00 2001 From: Clif Bratcher Date: Mon, 13 May 2024 15:46:09 -0400 Subject: [PATCH] Clean up build --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e420c8..42a4e39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,8 @@ shell = """ """ [tool.poetry] name = "pysimplecli" -version = "1.0.0" -description = "" +version = "1.0.1" +description = "Easily turn functions into command line utilities" authors = ["Clif Bratcher "] readme = "README.md" packages = [ @@ -46,7 +46,6 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -poethepoet = "^0.26.1" [tool.poetry.group.test.dependencies] pytest ="*"