We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09780c6 commit 2d6c994Copy full SHA for 2d6c994
pyproject.toml
@@ -31,3 +31,6 @@ include = ["pyXenium*"]
31
32
[tool.setuptools.package-data]
33
pyXenium = ["data/**", "*.csv", "*.zarr", "*.txt"]
34
+
35
+[project.scripts]
36
+pyxenium-import-partial = "pyXenium.io.partial_xenium_loader:app"
0 commit comments