Skip to content

Commit 882b1ef

Browse files
committed
Add minimal README and specify license
1 parent cb98e47 commit 882b1ef

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ __pycache__
44
.coverage
55
.DS_Store
66
coverage.xml
7+
dist
8+
*.conda

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# ome2xarray
2+
3+
Tools to load OME "companion.ome" metadata and associated TIFF data into xarray datasets (with Dask-backed arrays).

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = [{name = "Jan Eglinger", email = "jan.eglinger@fmi.ch"}]
33
name = "ome2xarray"
44
requires-python = ">= 3.11"
5+
license = "BSD-3-Clause"
56
dynamic = ["version"]
67
dependencies = [
78
"ome-types>=0.6.1,<0.7",

0 commit comments

Comments
 (0)