File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
setup (name = 'adobe-umapi' ,
5
- version = '1.0.0 ' ,
6
- description = 'Adobe UMAPI client - see http://bit.ly/2hwkVrs' ,
5
+ version = '1.0.1 ' ,
6
+ description = 'Adobe User Management API ( UMAPI) client - see http://bit.ly/2hwkVrs' ,
7
7
url = 'https://github.com/adobe-apiplatform/adobe-umapi.py' ,
8
8
author = 'Daniel Brotsky' ,
9
9
10
- license = 'Copyright (c) 2016 Adobe Systems Incorporated. All rights reserved.' ,
10
+ license = 'Copyright (c) 2016 Adobe Systems Incorporated. All rights reserved. Distributed under the MIT license .' ,
11
11
packages = find_packages (),
12
12
install_requires = [
13
13
'requests' ,
14
14
'cryptography' ,
15
15
'PyJWT' ,
16
+ 'six' ,
16
17
],
17
18
setup_requires = [
18
19
'pytest-runner' ,
19
20
],
20
21
tests_require = [
21
22
'pytest' ,
22
23
'mock' ,
23
- 'six' ,
24
24
],
25
25
zip_safe = False )
You can’t perform that action at this time.
0 commit comments