Skip to content

Commit 67f4a8e

Browse files
authored
Merge pull request #33 from Adyen/master
Metadata optimization
2 parents abfbc9f + 308eb9e commit 67f4a8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44
name = 'Adyen',
55
packages = ['Adyen'],
66
version = '1.1.0',
7+
maintainer = 'Adyen',
8+
maintainer_email= 'support@adyen.com',
79
description = 'Adyen Python Api',
8-
long_description = "Adyen Python Api to build ecommerce and reconciliation apps with Python. Connects to Adyen backend. Requires a 'test' or 'live' account with Adyen.",
10+
long_description = "A Python client library for accessing Adyen APIs",
911
author = 'Adyen',
1012
author_email = 'support@adyen.com',
1113
url = 'https://github.com/Adyen/adyen-python-api-library',
1214
download_url = 'https://github.com/Adyen/adyen-python-api-library/archive/1.1.0.tar.gz',
1315
keywords = ['payments', 'adyen', 'fintech'],
1416
classifiers = [
15-
'Development Status :: 4 - Beta',
17+
'Development Status :: 5 - Production/Stable',
1618
'Intended Audience :: Developers',
1719
'Topic :: Software Development :: Libraries',
1820
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)