-
Notifications
You must be signed in to change notification settings - Fork 22
/
setup.cfg
70 lines (65 loc) · 1.58 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[metadata]
name = BaSiCPy
version = file: VERSION
description = A python package for background and shading correction of optical microscopy images
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/peng-lab/BaSiCPy
author = Nicholas Schaub, Tim Morello, Tingying Peng, Yohsuke T. Fukai
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
keywords = background shading flatfield darkfield biology optical microscopy image illumination
project_urls =
Bug Tracker = https://github.com/peng-lab/BaSiCPy/issues
[options]
packages = find:
install_requires =
hyperactive>=4.4.0
jax>=0.4.7,<=0.4.7
jaxlib>=0.4.7,<=0.4.7
numpy
pooch
pydantic>=2.7.0,<3.0.0
scikit-image
scipy<1.13
python_requires = >=3.8
package_dir =
= src
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
basicpy = basicpy.__main__:main
[options.extras_require]
dask =
dask
dev =
black
bump2version
darglint
dask
flake8
flake8-alphabetize
flake8-black
flake8-docstrings
flake8-isort
flake8-markdown
flake8-pytest
isort
mypy
nox
pre-commit
pytest
pytest-benchmark
pytest-cov
pytest-datadir
xdoctest
[isort]
profile = black