Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 842ac7b

Browse files
Small changes in setup.py
1 parent 07ec735 commit 842ac7b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

setup.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,21 @@ def readme():
1010
setup(
1111
name='multisafepay-python-wrapper',
1212
version=version,
13-
license='BSD',
13+
license='MIT',
1414
long_description=readme(),
1515
long_description_content_type='text/markdown',
1616
packages=find_packages(),
1717
include_package_data=True,
18-
description='MultiSafepay Wrapper for Python',
19-
author='MultiSafepay B.V.',
20-
author_email='integrations@multisafepay.com',
18+
description='Python wrapper for the MultiSafepay API',
19+
author='MultiSafepay',
20+
author_email='integration@multisafepay.com',
2121
url='https://github.com/MultiSafepay/multisafepay-python-wrapper',
2222
install_requires=[
2323
'requests',
2424
],
2525
classifiers=[
26-
'Programming Language :: Python',
2726
'Programming Language :: Python :: 3',
2827
'Intended Audience :: Developers',
2928
'License :: OSI Approved :: MIT Licence',
30-
'Topic :: Office/Business :: Financial',
3129
],
32-
)
30+
)

0 commit comments

Comments
 (0)