From 1ada07d46016c4243c863f88b936ce325b26891d Mon Sep 17 00:00:00 2001 From: Jason Robison Date: Sat, 17 Aug 2024 22:47:52 -0600 Subject: [PATCH] Remove period --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3825636..576f028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "pycpidr" version = "0.2.0" -description = "Python library for computing propositional idea density.." +description = "Python library for computing propositional idea density" authors = ["Jason Robison "] readme = "README.md" license = "GNU GPLv2"