From 69b944965969949536a702ed98c675db67b5241b Mon Sep 17 00:00:00 2001 From: Jacob Alheid Date: Fri, 1 Dec 2023 17:51:26 -0800 Subject: [PATCH] feat!: use poetry for modern packaging --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d13751..6c2ee8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "pytool" version = "3.16.2" description = "Pytool is a collection of utilities and language enhancements for Python" authors = ["Jacob Alheid "] -license = "ALv2" +license = "MIT" readme = "README.md" [tool.poetry.dependencies]