Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 2ddefd1

Browse files
add cli command
1 parent 2c2c20a commit 2ddefd1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[tool.poetry]
22
name = "spatialdata_xenium_explorer"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
description = "Converting any SpatialData object into files that can be open by the Xenium Explorer"
55
authors = ["Quentin Blampey <quentin.blampey@gmail.com>"]
66
packages = [{ include = "spatialdata_xenium_explorer" }]
77

8+
[tool.poetry.scripts]
9+
spatialdata_xenium_explorer = "spatialdata_xenium_explorer.main:app"
10+
811
[tool.poetry.dependencies]
912
python = ">=3.9,<3.11"
1013
botocore = "^1.31.47"

0 commit comments

Comments
 (0)