From 4632758b70b817400b111ec3f17431feb1f07172 Mon Sep 17 00:00:00 2001 From: Wouter-Michiel Vierdag Date: Mon, 11 Mar 2024 10:38:52 +0100 Subject: [PATCH] update setup.cfg --- setup.cfg | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1d7bbbc..4d2d9b1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,10 @@ [metadata] name = napari-cell-gater +url = https://github.com/melonora/napari-cell-gater.git +Bug Tracker = https://github.com/melonora/napari-cell-gater/issues +Documentation = https://github.com/melonora/napari-cell-gater#README.md +Source Code = https://github.com/melonora/napari-cell-gater +User Support = https://github.com/melonora/napari-cell-gater/issues description = A plugin to perform cell marker gating for multiplexed immunofluorescent imaging long_description = file: README.md @@ -26,35 +31,44 @@ classifiers = [options] packages = find: -install_requires = - numpy - magicgui - qtpy - scikit-image - python_requires = >=3.8 include_package_data = True package_dir = =src setup_requires = setuptools_scm # add your package requirements here +install_requires = + numpy + magicgui + qtpy + scikit-image + loguru + napari + dask-image + qtpy + matplotlib + pandas + napari [options.packages.find] where = src -[options.entry_points] -napari.manifest = - napari-cell-gater = cell_gater:napari.yaml - [options.extras_require] -testing = - tox +test = + loguru pytest # https://docs.pytest.org/en/latest/contents.html pytest-cov # https://pytest-cov.readthedocs.io/en/latest/ pytest-qt # https://pytest-qt.readthedocs.io/en/latest/ - napari - pyqt5 + pre-commit +all = + PyQt5 [options.package_data] -* = *.yaml +* = napari.yaml + +[options.entry_points] +napari.manifest = + napari-cell-gater = cell_gater:napari.yaml +console_scripts = + spatialdata = cell_gater.__main__:main