Skip to content

Commit

Permalink
Added pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shinzlet committed Oct 8, 2024
1 parent 5a281ac commit 404af20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "softcopy"
version = "0.0.1"
version = "0.0.2"
description = "Copies zarr archives from an acquisition frontend to a different disk, using filesystem watching and lockfiles to allow copying during acquisition."
authors = [{ name = "Seth Hinz", email = "[email protected]" }]
readme = "README.md"
Expand All @@ -10,6 +10,7 @@ dependencies = [
"numpy==2.1.1",
"watchdog>=5.0.3",
"psutil>=6.0.0",
"click>=8.1.7"
]

[project.urls]
Expand Down Expand Up @@ -103,5 +104,3 @@ ignore = [

[tool.ruff.format]
preview = true


0 comments on commit 404af20

Please sign in to comment.