diff --git a/pyproject.toml b/pyproject.toml
index 04008de91f8ad8e4bc9b744efc31b8022dee7ff4..64bb39220c2a0d2f6aa2aaa4058016dfae7f50d6 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 9ed3d370421fa245fa967c8e19055ecf22adec15..1c11180377ebacf55d737d29140c2b940a3ac2e4 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