-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
49 lines (45 loc) · 1.3 KB
/
setup.cfg
File metadata and controls
49 lines (45 loc) · 1.3 KB
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
46
47
48
49
[metadata]
name = PartSeg_stardist
description = PartSeg plugin to use stardist,
long_description = file: Readme.md
long_description_content_type = text/markdown
url = https://4dnucleome.cent.uw.edu.pl/PartSeg/
author = Grzegorz Bokota
author_email = g.bokota@cent.uw.edu.pl
license = BSD-3-Clause
platforms = Linux, Windows, MacOs
classifiers =
Development Status :: 3 - Alpha
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering :: Bio-Informatics
keywords = bioimaging, stardist
project_urls =
Source Code = https://github.com/4DNucleome/PartSeg_cellpose
[options]
packages = find:
install_requires =
PartSeg>=0.11.0b1
stardist
tensorflow<2
python_requires = >=3.6
package_dir =
=src
setup_requires =
setuptools_scm[toml]>=3.4
[options.entry_points]
partsegcore.plugins =
stardist = PartSeg_stardist
[options.packages.find]
where = src
[flake8]
max-line-length = 120
ignore = E203,W503,E501,C901
max-complexity = 18
exclude = build/**, .eggs/**