Skip to content

Commit

Permalink
Corrected project name in pyproject.toml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
douglatornell committed Jan 7, 2025
1 parent 6b0b33d commit e0014d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SalishSeaTools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "salishsea-tools"
name = "SalishSeaTools"
#dynamic = [ "version" ]
version = "24.1.dev0"
description = "Tools for working with the SalishSeaCast NEMO model configurations and results"
Expand Down

0 comments on commit e0014d7

Please sign in to comment.