From e86c3d2f1c714596f53b9e1843cb440a348d5292 Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Thu, 12 May 2022 07:11:39 +0200 Subject: [PATCH] Add license information to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bd6d1f5..07cb51a 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup(name='cbpi4', author='Manuel Fritsch / Alexander Vollkopf', author_email='manuel@craftbeerpi.com', url='http://web.craftbeerpi.com', + license='GPLv3', project_urls={ 'Documentation': 'https://openbrewing.gitbook.io/craftbeerpi4_support/'}, packages=find_packages(),