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

Commit 31b57b3

Browse files
Added missing files
1 parent 842ac7b commit 31b57b3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

multisafepay/__init__.py

Whitespace-only changes.

multisafepay/objects/__init__.py

Whitespace-only changes.

multisafepay/resources/__init__.py

Whitespace-only changes.

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
from setuptools import find_packages, setup
2-
version = "1.0.0"
2+
version = "0.0.15"
33

44

55
def readme():
66
with open("README.md") as f:
7+
print(f.read())
78
return f.read()
89

910

1011
setup(
11-
name='multisafepay-python-wrapper',
12+
name='multisafepay',
1213
version=version,
1314
license='MIT',
1415
long_description=readme(),
@@ -25,6 +26,6 @@ def readme():
2526
classifiers=[
2627
'Programming Language :: Python :: 3',
2728
'Intended Audience :: Developers',
28-
'License :: OSI Approved :: MIT Licence',
29+
'License :: OSI Approved :: MIT License',
2930
],
3031
)

0 commit comments

Comments
 (0)