-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
52 lines (47 loc) · 1.28 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
[metadata]
name = weaviate-client
version = "3.19.2"
description = A python native weaviate client
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
url = https://github.com/weaviate/weaviate-python-client
author = SeMI Technologies
author_email = [email protected],
license_files = LICENSE.md
project_urls =
Documentation = https://weaviate-python-client.readthedocs.io
Source = https://github.com/weaviate/weaviate-python-client
Tracker = https://github.com/weaviate/weaviate-python-client/issues
dynamic = ["version"]
[options]
zip_safe = False
packages =
weaviate
weaviate.connect
weaviate.schema
weaviate.schema.properties
weaviate.batch
weaviate.backup
weaviate.classification
weaviate.contextionary
weaviate.data
weaviate.data.references
weaviate.data.replication
weaviate.gql
weaviate.cluster
weaviate_grpc
platforms = any
include_package_data = True
install_requires =
requests>=2.31.0
validators>=0.18.2,<=0.21.0
tqdm>=4.59.0,<5.0.0
authlib>=1.1.0
python_requires = >=3.8
[options.extras_require]
GRPC =
grpcio
grpcio-tools
[options.package_data]
# If any package or subpackage contains *.txt, *.rst or *.md files, include them:
*: ["*.txt", "*.rst", "*.md"],