This repository was archived by the owner on Aug 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsetup.cfg
More file actions
58 lines (50 loc) · 1.29 KB
/
setup.cfg
File metadata and controls
58 lines (50 loc) · 1.29 KB
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
53
54
55
56
57
58
[metadata]
name = etcd3gw
summary = A python client for etcd3 grpc-gateway v3 API
description-file =
README.md
author = Davanum Srinivas
author-email = davanum@gmail.com
home-page = https://github.com/dims/etcd3-gateway
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
etcd3gw
[pbr]
warnerrors = True
autodoc_index_modules = true
autodoc_exclude_modules =
etcd3gw.tests.*
etcd3gw.examples.*
[wheel]
universal = 1
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = etcd3gw/locale
domain = etcd3gw
[update_catalog]
domain = etcd3gw
output_dir = etcd3gw/locale
input_file = etcd3gw/locale/etcd3gw.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = etcd3gw/locale/etcd3gw.pot