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

Commit 2a8de6f

Browse files
nuhamozainiecleel
authored andcommitted
Setup.py modifications (#3)
* setup.py, minor fixes to create() and refund() and package security update. * passing only source to source builder instead of the whole payment object * setup.py mods
1 parent 1a05390 commit 2a8de6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
with open("README.rst", "r") as fh:
44
long_description = fh.read()
55
setuptools.setup(
6-
name="moyasar-python",
6+
name="moyasar",
77
version="0.6",
88
author="Moyasar",
9-
author_email="developer@moyasar.com",
9+
author_email="developers@moyasar.com",
1010
description="Moyasar Python language wrapper",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)