forked from invl/retry
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
29 lines (27 loc) · 933 Bytes
/
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
[metadata]
name = reretry
version = 0.11.8
url = https://github.com/leshchenko1979/reretry
author = leshchenko1979
author_email = [email protected]
description = An easy to use, but functional decorator for retrying on exceptions.
license = Apache License 2.0
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development
[bdist_wheel]
universal = 1
[options]
python_requires = >=3.7