Skip to content

Commit e6d65d5

Browse files
committed
Updating changes for pushing to PyPi
1 parent 1834968 commit e6d65d5

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

MANIFEST

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# file GENERATED by distutils, do NOT edit
2+
CHANGES.txt
3+
setup.cfg
4+
setup.py
5+
fasterpay/__init__.py
6+
fasterpay/config.py
7+
fasterpay/gateway.py
8+
fasterpay/paymentform.py
9+
fasterpay/pingback.py
10+
fasterpay/refund.py
11+
fasterpay/signature.py
12+
fasterpay/subscription.py
13+
fasterpay/transaction.py
2.58 KB
Binary file not shown.

dist/fasterpay-python-1.2.tar.gz

2.56 KB
Binary file not shown.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from distutils.core import setup
22
setup(
3-
name='FasterPay Python SDK',
3+
name='fasterpay-python',
44
packages=['fasterpay'],
5-
version='1.1',
5+
version='1.2',
66
license='MIT',
77
description='Integrate FasterPay into your application using fasterpay-python SDK',
88
author='FasterPay Integrations Team',
@@ -14,8 +14,8 @@
1414
classifiers=[
1515
'Development Status :: 5 - Production/Stable',
1616
'Intended Audience :: Developers',
17-
'Topic :: Software Development :: Payment Gateway',
18-
'License :: MIT License',
17+
'Topic :: Software Development :: Libraries :: Python Modules',
18+
'License :: OSI Approved :: MIT License',
1919
'Programming Language :: Python :: 2.7',
2020
],
2121
)

0 commit comments

Comments
 (0)