diff --git a/source/wrappers/python/pyproject.toml b/source/wrappers/python/pyproject.toml index c5fcf7d0d..679531a5a 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"]