-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
41 lines (38 loc) · 1.12 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
[metadata]
name = iotics-grpc-client
version = 7.2.1
description = Iotics gRPC client library
long_description = file: README.md
long_description_content_type = text/markdown
author = Iotics
platform = any
url = https://github.com/Iotic-Labs/iotics-grpc-client-py
keywords = iotics, grpc, digital twin
python_requires = >=3.8
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Bug Tracker = https://github.com/Iotic-Labs/iotics-grpc-client-py/issues
Changelog = https://github.com/Iotic-Labs/iotics-grpc-client-py/releases
[options]
zip_safe = True
include_package_data = True
packages = find_namespace:
package_dir =
=src
install_requires =
googleapis-common-protos>=1.56.3
grpcio>=1.50.0
[options.extras_require]
dev =
mypy-protobuf>=3.2.0
python-dotenv>=0.20.0
iotics-identity>=1.0.4
[options.packages.find]
where=src