-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
44 lines (40 loc) · 1005 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
43
44
[metadata]
description = Routines for analysis of laser speckle
keywords =
speckle
objective
subjective
contrast
size
autocorrelation
ACF
PDF
laser
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Intended Audience :: Science/Research
Programming Language :: Python
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
[options]
packages = pyspeckle
install_requires = numpy; matplotlib
python_requires = >=3.7
[flake8]
ignore = W503, D212, N802, N803, N806, E501
per-file-ignores =
__init__.py:F401,F403
setup.py:D100
exclude =
.git,
__pycache__,
docs
max-line-length = 99
docstring-convention = google