Skip to content

Commit e0014d7

Browse files
committed
Corrected project name in pyproject.toml
Updated the project name to "SalishSeaTools" for consistency with Python naming conventions and to align with the repository's standard branding. This change does not affect functionality but improves clarity and uniformity.
1 parent 6b0b33d commit e0014d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SalishSeaTools/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requires = ["setuptools>=42", "wheel"]
2121
build-backend = "setuptools.build_meta"
2222

2323
[project]
24-
name = "salishsea-tools"
24+
name = "SalishSeaTools"
2525
#dynamic = [ "version" ]
2626
version = "24.1.dev0"
2727
description = "Tools for working with the SalishSeaCast NEMO model configurations and results"

0 commit comments

Comments
 (0)