From c31cb429935dcaa61bbdb92cc5856f90319caf8d Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Fri, 19 May 2017 08:38:08 +0200 Subject: [PATCH] Fix license. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45928a0..ec36a5a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup setup( name='Accountant', version='0.0.1', - licence='AGPL', + license='AGPL', author='Alexis Lahouze', author_email='alexis@lahouze.org',