Skip to content

Commit 907a8b6

Browse files
committed
Final tweaks to make the setup.py metadata conform to standard guidelines.
(See https://docs.python.org/3.5/distutils/setupscript.html#meta-data)
1 parent bcbe5af commit 907a8b6

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

setup.py

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44
setup(name='adobe-umapi',
55
version='1.0.1',
66
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+
],
715
url='https://github.com/adobe-apiplatform/adobe-umapi.py',
8-
author='Daniel Brotsky',
9-
author_email='[email protected]',
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',
1119
packages=find_packages(),
1220
install_requires=[
1321
'requests',

0 commit comments

Comments
 (0)