-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
37 lines (33 loc) · 882 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
[metadata]
name = farm_ng_package
version = 0.1.4
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-pysetup
download_url = https://github.com/farm-ng/farm-ng-pysetup
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.6
setup_requires =
wheel
install_requires =
grpcio==1.56.2
grpcio-tools==1.56.2
protobuf==4.23.4
packages =
farm_ng.package
[mypy]
files = farm_ng
ignore_missing_imports = True