-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsetup.cfg
More file actions
70 lines (65 loc) · 1.58 KB
/
setup.cfg
File metadata and controls
70 lines (65 loc) · 1.58 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[metadata]
name = psfmodels
description = Scalar and vectorial models of the microscope point spread function (PSF).
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/tlambert03/psfmodels
author = Talley Lambert
author_email = talley.lambert@gmail.com
license = GPL-3.0
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Framework :: napari
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
project_urls =
Source Code =https://github.com/tlambert03/psfmodels
[options]
packages =
psfmodels
_psfmodels-stubs
install_requires =
numpy
scipy>=0.14.0
typing-extensions
python_requires = >=3.7
include_package_data = True
package_dir =
=src
zip_safe = False
[options.packages.find]
where = src
[options.entry_points]
napari.manifest =
psfmodels = psfmodels:napari.yaml
[options.extras_require]
dev =
black
flake8
flake8-docstrings
flake8-typing-imports
ipython
isort
mypy
pre-commit
pydocstyle
pytest
pytest-cov
tox
tox-conda
testing =
pytest
pytest-cov
jax
magicgui;platform_system!="Linux"
pyside2;platform_system!="Linux" and python_version<"3.11"
qtpy;platform_system!="Linux"
[options.package_data]
* = *.pyi, py.typed