From b6654b6b51cd6d8c34712ed33e7053fae3fda7e5 Mon Sep 17 00:00:00 2001
From: Andrey Aristov <aaristov@pasteur.fr>
Date: Wed, 25 May 2022 18:14:38 +0200
Subject: [PATCH] new setup configs

---
 pyproject.toml | 2 +-
 setup.cfg      | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 04008de..64bb392 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 
 [tool.setuptools_scm]
-write_to = "src/zarr_tools/_version.py"
+write_to = "src/_version.py"
 
 [tool.black]
 line-length = 79
diff --git a/setup.cfg b/setup.cfg
index 9ed3d37..1c11180 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [metadata]
-name = zarr-tools
+name = nd2tools
 description = Convert nd2 to zarr
 long_description = file: README.md
 long_description_content_type = text/markdown
@@ -41,6 +41,8 @@ install_requires =
     scikit-image
     scipy
     numpy
+    nd2reader
+    pims_nd2
     
 python_requires = >=3.8
 include_package_data = True
-- 
GitLab