Skip to content

Commit

Permalink
update setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
melonora committed Mar 11, 2024
1 parent 61be2d1 commit 4632758
Showing 1 changed file with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 4632758

Please sign in to comment.