Skip to content

Commit

Permalink
Setup.py modifications (#3)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
nuhamozaini authored and ecleel committed Mar 4, 2019
1 parent 1a05390 commit 2a8de6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
with open("README.rst", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="moyasar-python",
name="moyasar",
version="0.6",
author="Moyasar",
author_email="developer@moyasar.com",
author_email="developers@moyasar.com",
description="Moyasar Python language wrapper",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 2a8de6f

Please sign in to comment.