From 37919f2a40400d84ed110f78b0e094f4d889a167 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 30 Jan 2012 12:06:19 +0100 Subject: [PATCH] update setup.py licence -> license --- eopayment/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eopayment/__init__.py b/eopayment/__init__.py index 0fb7fd7..fbccfdf 100644 --- a/eopayment/__init__.py +++ b/eopayment/__init__.py @@ -8,7 +8,7 @@ from common import URL, HTML __all__ = [ 'Payment', 'URL', 'HTML', '__version__', 'SIPS', 'SYSTEMPAY', 'SPPLUS', 'DUMMY', 'get_backend' ] -__version__ = "0.0.1" +__version__ = "0.0.2" SIPS = 'sips' SYSTEMPAY = 'systempayv2' diff --git a/setup.py b/setup.py index 516cc65..171df09 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ import eopayment distutils.core.setup(name='eopayment', version=eopayment.__version__, - licence='GPLv3 or later', + license='GPLv3 or later', description='Common API to use all French online payment credit card processing services', url='http://dev.entrouvert.org/projects/eopayment/', author="Entr'ouvert",