-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
36 lines (31 loc) · 820 Bytes
/
setup.cfg
File metadata and controls
36 lines (31 loc) · 820 Bytes
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
[metadata]
name = esqb
author = Santiago Saavedra
author-email = ssaavedra@openshine.com
summary = A Query Builder to build queries specially suited for ElasticSearch queries
description-file = README.rst
home-page = https://github.com/openshine/python-esqb
classifier =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[extras]
drf =
djangorestframework
[bdist_wheel]
universal = 1
[flake8]
exclude = docs
[pbr]
autodoc_index_modules = true
api_doc_dir = api
[build_sphinx]
builders = html,man
source-dir = docs
build-dir = docs/_build
all-files = 1