Skip to content

Commit 1f2a0ab

Browse files
authored
Added metadata to setup.py
1 parent 83a0a4b commit 1f2a0ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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',
810
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.",
911
author = 'Adyen',
@@ -12,7 +14,7 @@
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)