-
Notifications
You must be signed in to change notification settings - Fork 23
/
setup.cfg
53 lines (49 loc) · 1.02 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
[metadata]
name = OOPAO
description = OOPAO
author = cheritier
;version = attr: OOPAO.__version__
license = GPLv3
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
url = https://github.com/cheritier/OOPAO
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
[options]
packages =
OOPAO
install_requires =
astropy
joblib
jsonpickle
matplotlib
mpmath
numba
numpy<2
numexpr
psutil
pyFFTW
scikit_image
scipy
tqdm
python_requires =
>=3.6
package_dir =
=.
zip_safe =
no
[options.extras_require]
cuda =
cupy
;[options.entry_points]
;console_scripts =
; OOPAO = OOPAO.main:main