forked from brandondube/prysm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
executable file
·57 lines (52 loc) · 1.11 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
[metadata]
name = prysm
author = Brandon Dube
author-email = [email protected]
home-page = http://prysm.readthedocs.io
description = a python optics module
packages = prysm
long-description = file: README.md
license = MIT
platform = any
keywords =
optics
wavefront
numerical propagation
geometrical optics
psf
mtf
interferogram
pupil
aberration
imaging
simulation
slanted-edge
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[options]
zip_safe = true
include_package_data = true
packages = prysm
python_requires = >= 3.6
tests_require = pytest
test_suite = tests
setup_requires =
setuptools >= 38.3.0
setuptools_scm
install_requires =
numpy
scipy
[options.packages.find]
exclude = tests/, docs
[bdist_wheel]
universal = true
[sdist]
formats = gztar
[flake8]
max-line-length = 120
exclude = .git, .eggs, __pycache__, tests/, docs/, build/, dist/