From 21cc92bf4bd133279a657a0644559602fb47042c Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 25 Oct 2020 18:00:23 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5ee6b3..c9843f1 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( author='Dominik George', author_email='nik@naturalnet.de', url='https://edugit.org/nik/django-yarnpkg', - license='BSD', + license='Apache-2.0', packages=find_packages(exclude=['example']), include_package_data=True, zip_safe=True, -- GitLab