update setup.py licence -> license

This commit is contained in:
Benjamin Dauvergne 2012-01-30 12:06:19 +01:00
parent f19c7a0fba
commit 37919f2a40
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

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