Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmitaboada committed Aug 18, 2022
1 parent 2421d12 commit 696d4da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
9 changes: 1 addition & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ This module support the next providers:
* `Redsys <https://www.redsys.es/en/>`_
* `Yeepay <https://yeepay.com/>`_

*********
Changelog
*********

2018-01-17 - Codenerix Payments v1.x is incompatible with v2.x, `what has changed and how to migrate to v2.x? <https://github.com/codenerix/django-codenerix-payments/wiki/Codenerix-Payments-version-1.x-is-icompatible-with-2.x>`_.

****
Demo
****
Expand All @@ -41,8 +35,7 @@ Quickstart

1. Install this package::

For python 2: sudo pip2 install django-codenerix-payments
For python 3: sudo pip3 install django-codenerix-payments
sudo pip3 install django-codenerix-payments

2. Add "codenerix_payments" to your INSTALLED_APPS setting like this::

Expand Down
12 changes: 5 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,16 @@
classifiers=[
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.8",
"Framework :: Django :: 1.9",
"Framework :: Django :: 1.10",
"Framework :: Django :: 4.0",
"Intended Audience :: Developers",
"License :: Other/Proprietary License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
],
Expand Down

0 comments on commit 696d4da

Please sign in to comment.