Skip to content
Snippets Groups Projects
Commit b6654b6b authored by Andrey Aristov's avatar Andrey Aristov
Browse files

new setup configs

parent 32df82ae
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm] [tool.setuptools_scm]
write_to = "src/zarr_tools/_version.py" write_to = "src/_version.py"
[tool.black] [tool.black]
line-length = 79 line-length = 79
......
[metadata] [metadata]
name = zarr-tools name = nd2tools
description = Convert nd2 to zarr description = Convert nd2 to zarr
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown
...@@ -41,6 +41,8 @@ install_requires = ...@@ -41,6 +41,8 @@ install_requires =
scikit-image scikit-image
scipy scipy
numpy numpy
nd2reader
pims_nd2
python_requires = >=3.8 python_requires = >=3.8
include_package_data = True include_package_data = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment