forked from algolia/algoliasearch-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
49 lines (46 loc) · 1.38 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
[metadata]
name = algoliasearch
version = 2.5.0
author = Algolia Team
author_email = [email protected]
maintainer = Algolia Team
maintainer_email = [email protected]
url = https://github.com/algolia/algoliasearch-client-python
description = Algolia Search API Client for Python.
long_description = file: README.md
license = MIT
license_file = LICENSE
long_description_content_type = text/markdown
keywords = algolia, py, search, backend, hosted, cloud, full-text search, faceted search
platform = any
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Indexing/Search
Development Status :: 5 - Production/Stable
[options]
zip_safe = True
include_package_data = True
packages = find:
install_requires =
requests>=2.21,<3.0
typing>=3.6,<4.0;python_version<"3.5"
python_requires = >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, !=3.3.*
[options.packages.find]
exclude =
tests
*.tests
*.tests.*
tests.*
[bdist_wheel]
universal = 1