From aeac609b50c9d4b6b1655a50dcaac9e8abed1704 Mon Sep 17 00:00:00 2001 From: Sean Stewart Date: Thu, 27 Jun 2024 07:45:56 -0400 Subject: [PATCH] chore: revert project name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c5d94..d435255 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "python-typelib" +name = "typelib" version = "0.0.0" description = "A toolkit for marshalling, unmarshalling, and runtime validation leveraging type annotations." authors = ["Sean Stewart "]