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",