forked from farm-ng/amiga-dev-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (48 loc) · 1.16 KB
/
setup.cfg
File metadata and controls
54 lines (48 loc) · 1.16 KB
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
[metadata]
name = farm_ng
version = attr: farm_ng.__version__
description = Amiga development kit for third party hardware or software extensions.
long_description = file: README.md
author = Farm-ng Inc.
author_email = info@farm-ng.com
url = https://github.com/farm-ng/amiga-dev-kit
download_url = https://github.com/farm-ng/amiga-dev-kit
keywords = robotics, open-source
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: Other/Proprietary License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development
Framework :: Robot Framework
[options]
python_requires = >=3.6
setup_requires =
wheel
grpcio-tools
install_requires =
protobuf<4.0dev
grpcio
opencv-python
tests_require =
pytest
pytest-runner
pytest-asyncio
pytest-mypy
test_suite = tests
packages =
farm_ng
farm_ng.oak
[options.extras_require]
dev =
pytest==7.1.2
pytest-asyncio==0.19.0
pytest-mypy==0.9.1
pre-commit==2.20.0
pydoc-markdown==4.6.3
mypy==0.971
[mypy]
files = tests, examples
ignore_missing_imports = True