-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
85 lines (78 loc) · 1.88 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
[metadata]
name = surforama
version = attr: surforama.__version__
description = a tool for using surfaces to explore volumetric data in napari
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/cellcanvas/surforama
author = Kyle Harrington
author_email = surforama@kyleharrington.com
license = MIT
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Framework :: napari
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Image Processing
project_urls =
Bug Tracker = https://github.com/cellcanvas/surforama/issues
Documentation = https://github.com/cellcanvas/surforama#README.md
Source Code = https://github.com/cellcanvas/surforama
User Support = https://github.com/cellcanvas/surforama/issues
[options]
packages = find:
install_requires =
magicgui
mrcfile
numpy
pooch
qtpy
pyacvd
pyvista
rich
scikit-image
starfile
trimesh
typer
python_requires = >=3.8
include_package_data = True
package_dir =
=src
setup_requires = setuptools_scm
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
surforama = surforama._cli:app
napari.manifest =
surforama = surforama:napari.yaml
[options.extras_require]
dev =
%(testing)s
%(docs)s
pre-commit
docs =
mkdocs
mkdocs-material
mkdocstrings[python]
mkdocs-video
testing =
napari
pyqt5
pytest
pytest-cov
pytest-qt
tox
napari =
napari[all]
[options.package_data]
* = *.yaml