File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11
11
'License :: OSI Approved :: MIT License' ,
12
12
'Natural Language :: English' ,
13
13
'Operating System :: OS Independent' ,
14
- 'Operating System :: MacOS' ,
15
- 'Operating System :: POSIX' ,
16
- 'Operating System :: POSIX :: Linux' ,
17
14
'Programming Language :: Python' ,
18
15
'Programming Language :: Python :: 2.6' ,
19
16
'Programming Language :: Python :: 2.7' ,
26
23
27
24
28
25
core .setup (name = 'backoff' ,
29
- version = '1.2.0 ' ,
26
+ version = '1.2.1 ' ,
30
27
py_modules = ['backoff' ],
31
28
author = "Bob Green" ,
32
29
33
30
description = "Function decoration for backoff and retry" ,
34
31
keywords = "backoff function decorator" ,
35
32
url = "https://github.com/litl/backoff" ,
36
- download_url = "https://github.com/litl/backoff/tarball/v1.2.0 " ,
33
+ download_url = "https://github.com/litl/backoff/tarball/v1.2.1 " ,
37
34
license = "MIT" ,
38
35
long_description = backoff .__doc__ ,
39
36
classifiers = classifiers )
You can’t perform that action at this time.
0 commit comments