-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
65 lines (58 loc) · 1.32 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[metadata]
name = farm_ng_core
version = 2.3.3-dev
description =
long_description = file: README.md
long_description_content_type = text/markdown
author = Farm-ng Inc.
author_email = [email protected]
url = https://github.com/farm-ng/farm-ng-core
download_url = https://github.com/farm-ng/farm-ng-core
keywords = robotics, open-source
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python :: 3
Topic :: Software Development
Framework :: Robot Framework
[options]
python_requires = >=3.8
install_requires =
grpcio
protobuf<=5.27.5
psutil
numpy
package_dir =
= py
packages =
farm_ng
farm_ng.core
[options.extras_require]
test =
pytest
pytest-mypy
pytest-runner
pylint-protobuf
anyio
types-protobuf
grpcio-tools
dev =
%(test)s
pre-commit
mypy
pylint
mypy-protobuf
[mypy]
files = py/farm_ng, py/tests
# exclude the generated protobuf files and the stubs
exclude = (_pb2\.py$|\.pyi$)
ignore_missing_imports = True
# types-protobuf fix: https://github.com/python/typeshed/issues/7519
namespace_packages = True
check_untyped_defs = True
[options.package_data]
farm_ng.core =
*.proto