From 4acc7dad6fc539882e449f2d45cef41d0fd92355 Mon Sep 17 00:00:00 2001 From: Tyler M Date: Wed, 18 Oct 2023 15:25:46 -0600 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2946b53..651d40d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,7 @@ name = "TMTool" version = "0.0.38" description = "python tool for Microsoft Threat modeling tool" -authors = [ - "Tyler M. " -] +authors = [ {name = "Tyler Martin", email = "tmart234@gmail.com"} ] readme = "README.md" python = "^3.7" homepage = "https://github.com/tmart234/TMT" @@ -17,4 +15,4 @@ requires = [ "setuptools", "wheel" ] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta"