-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (49 loc) · 1.34 KB
/
setup.cfg
File metadata and controls
54 lines (49 loc) · 1.34 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
50
51
52
53
54
[metadata]
name = pyseq-image
author = Kunal Pandit
author_email = kpandit@nygenome.org
url = https://github.com/nygctech/pyseq-image
project_urls =
Bug Tracker = https://github.com/nygctech/pyseq-image/issues
license = GPL-3.0-only
description = Preprocessing of PySeq2500 images
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Testing
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
[options]
packages = find:
include_package_data = True
python_requires = >=3.8
package_dir =
=src
setup_requires = setuptools_scm
install_requires =
numpy
dask
scikit-image
xarray
zarr
dask-image
tabulate
ome-types
ome-zarr
[options.extras_require]
testing =
tox
#napari[all]
#torch
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/
[options.packages.find]
where = src