-
Notifications
You must be signed in to change notification settings - Fork 18
/
setup.cfg
38 lines (36 loc) · 1.03 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
[metadata]
name = pupil_detectors
description = Pupil Labs 2D Pupil Detector
long_description = file: README.rst
long_description_content_type = text/x-rst
url = https://github.com/pupil-labs/pupil-detectors
author = Pupil Labs GmbH
author_email = info@pupil-labs.com
license = MIT
license_files = [COPYING, COPYING.lesser]
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
project_urls =
Changelog=https://github.com/pupil-labs/pupil-detectors/blob/master/CHANGES.rst
[options]
install_requires =
numpy
opencv-python
cysignals;platform_system != "Windows"
importlib-metadata;python_version<"3.8"
python_requires = >=3.6
[options.extras_require]
docs =
jaraco.packaging>=9
rst.linker>=1.9
sphinx
testing =
pytest>=6
pytest-checkdocs>=2.4
pytest-cov
pytest-enabler>=1.3
pytest-mypy>=0.9.1;python_implementation != "PyPy"