Skip to content

Commit

Permalink
fixing minor typo in python wheels ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Aug 30, 2024
1 parent c3e5c1e commit c1da82b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/wrappers/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand All @@ -32,7 +32,6 @@ classifiers = [
'Operating System :: Microsoft :: Windows',
]


[project.optional-dependencies]
plot = ["pyplot"]
full = ["pyplot", "rich"]

0 comments on commit c1da82b

Please sign in to comment.