forked from scottprahl/miepython
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
42 lines (37 loc) · 970 Bytes
/
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
[bdist_wheel]
universal=1
[metadata]
name = miepython
version = 1.3.1
author = Scott Prahl
author_email = [email protected]
license = MIT
description = Mie scattering of a plane wave by a sphere
keywords =
mie
scattering
rainbow
droplet
backscatter
sphere
nanoparticle
url = https://github.com/scottprahl/miepython.git
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Programming Language :: Python
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3
Programming Language :: Python :: 3.1
Programming Language :: Python :: 3.2
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[options]
packages = miepython
zip_safe = True
install_requires =
numpy
matplotlib