From 0b2f98fa4f043292589390851780ecd5e9dc4131 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Mon, 28 Dec 2020 14:01:44 +0100 Subject: [PATCH] Fix license at setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 10d6e9d..493cc23 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( url='http://github.com/dcarrillo/digaws', author='Daniel Carrillo', author_email='daniel.carrillo@gmail.com', - license='MIT', + license='Apache Software License', packages=['digaws'], zip_safe=False, classifiers=[