Skip to content

Commit 9775ef0

Browse files
committed
Update the setup.py metadata to be clearer, rev to v1.0.1.
1 parent 6750bca commit 9775ef0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33

44
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',
77
url='https://github.com/adobe-apiplatform/adobe-umapi.py',
88
author='Daniel Brotsky',
99
author_email='[email protected]',
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.',
1111
packages=find_packages(),
1212
install_requires=[
1313
'requests',
1414
'cryptography',
1515
'PyJWT',
16+
'six',
1617
],
1718
setup_requires=[
1819
'pytest-runner',
1920
],
2021
tests_require=[
2122
'pytest',
2223
'mock',
23-
'six',
2424
],
2525
zip_safe=False)

0 commit comments

Comments
 (0)