Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Updated version information and some minor documentation changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek J. Curtis committed Jul 12, 2016
1 parent afb851c commit 89fbc3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
'''
"""
VeritransPay
-------
============
Client library for communicating with **VERSION 2** of the
veritrans.co.id payment gateway. Note, there is no support for the older
v1 API as this was dropped in Dec 2014.
Client library for communicating with **VERSION 2** of the veritrans.co.id payment gateway.
Notes
`````
-----
This is still an early release and does not provide access to all the
functionality of the Veritrans.co.id API. Currently, only submitting
credit-card payments, and receiving that response is supported.
Links
`````
-----
* `veritrans website <http://veritrans.co.id/>`_
'''
"""
from setuptools import setup


Expand Down Expand Up @@ -50,8 +49,9 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
install_requires=pkg_req,
tests_require=test_req,
test_suite='nose.collector'
)
)
2 changes: 1 addition & 1 deletion veritranspay/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6'
__version__ = '0.7'

0 comments on commit 89fbc3d

Please sign in to comment.