-
Notifications
You must be signed in to change notification settings - Fork 49
/
setup.cfg
36 lines (32 loc) · 968 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
[metadata]
name = emva1288
version = attr: emva1288/_version.py
description = EMVA1288 reference implementation
long_description = file: README.rst
long_description_content_type = text/x-rst
keywords = sensors, cameras, industrial, standard
license = GNU Lesser General Public License v3.0
license_files = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
author = Federico Ariza
author_email = [email protected]
url = https://github.com/EMVA1288/emva1288
[options]
install_requires = matplotlib
numpy
pillow
lxml
scipy
jinja2
packages = emva1288, emva1288.report, emva1288.camera, emva1288.process
[options.package_data]
emva1288 = report/files/*, report/templates/*
[options.extras_require]
tests = pytest
pytest-flake8
doc = sphinx
sphinx_rtd_theme
[flake8]
max-line-length = 100