forked from clEsperanto/pyclesperanto_prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
47 lines (43 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
[metadata]
name = pyclesperanto_prototype
version = 0.24.2
author = Robert Haase
author_email = [email protected]
url = https://github.com/clEsperanto/pyclesperanto_prototype
license = BSD-3-Clause
description = GPU-accelerated image processing in python using OpenCL
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Science/Research
Intended Audience :: Developers
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Information Analysis
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
License :: OSI Approved :: BSD License
project_urls =
Bug Tracker = https://github.com/clEsperanto/pyclesperanto_prototype/issues
Documentation = https://github.com/clEsperanto/pyclesperanto_prototype#README.md
Source Code = https://github.com/clEsperanto/pyclesperanto_prototype
User Support = https://github.com/clEsperanto/pyclesperanto_prototype/issues
[options]
packages = pyclesperanto_prototype
python_requires = >=3.6
# add your package requirements here
install_requires =
numpy!=1.19.4
pyopencl
toolz
scikit-image>=0.18.0, !=0.20.0
matplotlib
transforms3d
[options.entry_points]
bia_bob_plugins =
plugin1 = pyclesperanto_prototype._bia_bob_plugins:list_bia_bob_plugins