File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
setup (name = 'adobe-umapi' ,
5
5
version = '1.0.1' ,
6
6
description = 'Adobe User Management API (UMAPI) client - see http://bit.ly/2hwkVrs' ,
7
+ classifiers = [
8
+ 'Development Status :: 5 - Production/Stable' ,
9
+ 'Programming Language :: Python :: 2.7' ,
10
+ 'Programming Language :: Python :: 3.5' ,
11
+ 'License :: OSI Approved :: MIT License' ,
12
+ 'Intended Audience :: Developers' ,
13
+ 'Intended Audience :: System Administrators' ,
14
+ ],
7
15
url = 'https://github.com/adobe-apiplatform/adobe-umapi.py' ,
8
- author = 'Daniel Brotsky' ,
9
-
10
- license = 'Copyright (c) 2016 Adobe Systems Incorporated. All rights reserved. Distributed under the MIT license. ' ,
16
+ maintainer = 'Daniel Brotsky' ,
17
+ maintainer_email = '[email protected] ' ,
18
+ license = 'MIT' ,
11
19
packages = find_packages (),
12
20
install_requires = [
13
21
'requests' ,
You can’t perform that action at this time.
0 commit comments