Skip to content

Commit 577c394

Browse files
author
Paymentwall Team
committed
Description for PyPI
1 parent 654edce commit 577c394

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

pypi_description.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Paymentwall_ is the leading digital payments platform for globally monetizing digital goods and services. Paymentwall assists game publishers, dating sites, rewards sites, SaaS companies and many other verticals to monetize their digital content and services. Merchants can plugin Paymentwall's API to accept payments from over 100 different methods including credit cards, debit cards, bank transfers, SMS/Mobile payments, prepaid cards, eWallets, landline payments and others.
2+
3+
To sign up for a Paymentwall Merchant Account, `click here`_.
4+
5+
This library allows developers to use `Paymentwall APIs`_ (Virtual Currency, Digital Goods featuring recurring billing, and Virtual Cart).
6+
7+
More instructions and code samples are available on `Paymentwall GitHub page`_.
8+
9+
.. _Paymentwall: http://www.paymentwall.com/?source=pypi
10+
.. _click here: http://www.paymentwall.com/signup/merchant?source=pypi
11+
.. _Paymentwall GitHub page: https://github.com/paymentwall/paymentwall-python
12+
.. _Paymentwall APIs: http://www.paymentwall.com/en/documentation/API-Documentation/722?source=pypi

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
import os
2-
from setuptools import setup
2+
from distutils.core import setup
33

44
def read(fname):
55
result = open(os.path.join(os.path.dirname(__file__), fname)).read()
6-
result = result.replace("source=gh-py", "source=pypi")
76
return result
87

98
setup(
109
name='paymentwall-python',
11-
version='1.0.0',
10+
version='1.0.2',
1211
packages=['paymentwall'],
1312
url='http://www.paymentwall.com',
1413
description='Paymentwall Python Library',
15-
long_description=read('README.md'),
14+
long_description=read('pypi_description.rst'),
1615
license='MIT',
1716
author='Paymentwall Team',
1817
author_email='devsupport@paymentwall.com'

0 commit comments

Comments
 (0)