forked from jd/tenacity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (28 loc) · 713 Bytes
/
Copy pathsetup.cfg
File metadata and controls
32 lines (28 loc) · 713 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
[metadata]
name = tenacity
url = https://github.com/jd/tenacity
summary = Retry code until it succeeeds
description-file =
README.rst
author = Julien Danjou
author-email = julien@danjou.info
home-page = https://github.com/jd/tenacity
classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages = tenacity
[wheel]
universal = 1
[build_sphinx]
source-dir = doc/source
build-dir = doc/_build
builder = doctest,html