From 2cc9a52259cdef1db62de634ad0a3c4ffd92156e Mon Sep 17 00:00:00 2001 From: evilchili Date: Tue, 16 Jan 2024 19:23:54 -0800 Subject: [PATCH] fixing pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a406f4d..d94c8ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = 'dnd' +name = 'dmsh' version = '1.0' license = 'The Unlicense' authors = ['Greg Boyington ']