Add license information to setup.py

This commit is contained in:
avollkopf 2022-05-12 07:11:39 +02:00
parent e2c2e88d94
commit e86c3d2f1c

View file

@ -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(),