From c1da82b64de5db719229a159d7ca52e0aedc0f53 Mon Sep 17 00:00:00 2001 From: sdixon Date: Fri, 30 Aug 2024 17:00:49 +0100 Subject: [PATCH] fixing minor typo in python wheels ci script --- source/wrappers/python/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/wrappers/python/pyproject.toml b/source/wrappers/python/pyproject.toml index c5fcf7d0..679531a5 100644 --- a/source/wrappers/python/pyproject.toml +++ b/source/wrappers/python/pyproject.toml @@ -15,7 +15,7 @@ source = "https://github.com/ukaea/UDA" tracker = "https://github.com/ukaea/UDA/issues" [project] -name = "ukaea_pyuda_test" +name = "uda" dynamic = ["version"] readme = {file = 'README.md', content-type = "text/markdown"} license = {text = "Apache-2.0 license"} @@ -32,7 +32,6 @@ classifiers = [ 'Operating System :: Microsoft :: Windows', ] - [project.optional-dependencies] plot = ["pyplot"] full = ["pyplot", "rich"]