-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
45 lines (41 loc) · 995 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = napari-nyxus
version = {versioneer:version}
description = A napari plugin for calculating features from intensity-label image data
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/PolusAI/napari-nyxus
author = Jesse McKinzie
author_email = Jesse.McKinzie@axleinfo.com
license_files = LICENSE
classifiers =
Framework :: napari
[options]
packages = find:
include_package_data = True
install_requires =
napari
pandas
numpy
pandas
nyxus>=0.5.0
imagecodecs
magicgui
napari-workflows
qtpy
superqt
napari-skimage-regionprops>=0.10.1
matplotlib
filepattern>=2.0.0
[options.entry_points]
napari.manifest =
napari-nyxus = napari_nyxus:napari.yaml
[options.package_data]
* = *.yaml
[versioneer]
# Automatic version numbering scheme
VCS = git
style = pep440-pre
versionfile_source = napari_nyxus/_version.py
versionfile_build = napari_nyxus/_version.py
tag_prefix = v