This repository was archived by the owner on Jul 17, 2020. It is now read-only.
Commit 89fbc3d Derek J. Curtis
committed
1 parent afb851c commit 89fbc3d Copy full SHA for 89fbc3d
File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- '''
1
+ """
2
2
VeritransPay
3
- -------
3
+ ============
4
4
5
- Client library for communicating with **VERSION 2** of the
6
- veritrans.co.id payment gateway. Note, there is no support for the older
7
- v1 API as this was dropped in Dec 2014.
5
+ Client library for communicating with **VERSION 2** of the veritrans.co.id payment gateway.
8
6
9
7
Notes
10
- `````
8
+ -----
9
+
11
10
This is still an early release and does not provide access to all the
12
11
functionality of the Veritrans.co.id API. Currently, only submitting
13
12
credit-card payments, and receiving that response is supported.
14
13
15
14
Links
16
- `````
15
+ -----
17
16
18
17
* `veritrans website <http://veritrans.co.id/>`_
19
18
20
- '''
19
+ """
21
20
from setuptools import setup
22
21
23
22
50
49
'Programming Language :: Python :: 2.7' ,
51
50
'Programming Language :: Python :: 3.3' ,
52
51
'Programming Language :: Python :: 3.4' ,
52
+ 'Programming Language :: Python :: 3.5' ,
53
53
],
54
54
install_requires = pkg_req ,
55
55
tests_require = test_req ,
56
56
test_suite = 'nose.collector'
57
- )
57
+ )
Original file line number Diff line number Diff line change 1
- __version__ = '0.6 '
1
+ __version__ = '0.7 '
You can’t perform that action at this time.
0 commit comments