Merge pull request #50 from avollkopf/development

Add license information to setup.py
This commit is contained in:
Alexander Vollkopf 2022-05-12 07:14:18 +02:00 committed by GitHub
commit 25c96b2df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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