From 5434eafd5cf72eb9c7ce67c1d6c73dab0012cb16 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Fri, 7 Jul 2023 18:05:48 -0400 Subject: [PATCH] Update pyproject --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 19a76e3..0c7c411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,9 @@ [tool.poetry] -name = "problemset-drawing" +name = "problemset-typeface" version = "0.1.0" description = "" authors = ["Chris Proctor "] readme = "README.md" -packages = [{include = "problemset_drawing"}] [tool.poetry.dependencies] python = "^3.11"