Skip to content

Commit bcb53a7

Browse files
RealexITSOmgalofre
authored andcommitted
Changes to adapt project to github
1 parent f5e94d7 commit bcb53a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Take a look at the Django demo project
5050

5151
Documentation
5252
~~~~~~~~~~~~~
53-
Visit the `documentation <http://kaneda.readthedocs.org>`_ for an in-depth look at AddonPayments SDK Python.
53+
Visit the `documentation <http://addonpayments.readthedocs.io/en/github/>`_ for an in-depth look at AddonPayments SDK Python.

addonpayments/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- encoding: utf-8 -*-
22

33
__author__ = 'Marc Galofré'
4-
__email__ = 'marcgk@gmail.com'
4+
__email__ = 'mgalofre@apsl.com'
55
__version__ = '0.1'

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353

5454
# General information about the project.
5555
project = 'addonpayments'
56-
copyright = u'2017, Marc Galofré'
57-
author = u'Marc Galofré'
56+
copyright = u'2017, APSL'
57+
author = u'APSL'
5858

5959
# The version info for the project you're documenting, acts as replacement for
6060
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)