Skip to content

Commit

Permalink
Updating package name and dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WillJRoper committed Oct 20, 2024
1 parent 0e83499 commit a879a7c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version_file = "src/h5forest/_version.py"
[project]
dynamic = ["version"]

name = "hdf5-forest"
name = "h5forest"
description = "A tool to view HDF5 file structures in the terminal."
authors = [{name = "Will Roper", email = "w.roper@sussex.ac.uk"}]
license = {file = "LICENSE"}
Expand All @@ -28,6 +28,10 @@ dependencies = [
"matplotlib",
]

# Add special dependencies for development
[project.optional-dependencies]
dev = ["ruff", ]

[project.urls]
"Homepage" = "https://github.com/WillJRoper/h5forest"
"Repository" = "https://github.com/WillJRoper/h5forest"
Expand Down

0 comments on commit a879a7c

Please sign in to comment.