Skip to content

Commit d943b6b

Browse files
authored
Merge pull request #13 from adobe-apiplatform/v1
Update the setup.py metadata so as to fix #12.
2 parents f8b290f + f138653 commit d943b6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323

2424
setup(name='umapi-client',
2525
version='1.0.0',
26-
description='Adobe User Management API (UMAPI) client - see https://adobe.ly/2h1pHgV',
27-
long_description=('The Adobe User Management API (aka the Adobe UMAPI) is an Adobe-hosted network service '
26+
description='Client for the User Management API (UMAPI) from Adobe - see https://adobe.ly/2h1pHgV',
27+
long_description=('The User Management API (aka the UMAPI) is an Adobe-hosted network service '
2828
'which provides Adobe Enterprise customers the ability to manage their users. This '
29-
'client makes it easy to access the Adobe UMAPI from a local Python application. '
29+
'client makes it easy to access the UMAPI from a local Python application. '
3030
'This client is open source, maintained by Adobe, and distributed under the terms '
3131
'of the OSI-approved MIT license. Copyright (c) 2016 Adobe Systems Incorporated.'),
3232
classifiers=[

0 commit comments

Comments
 (0)