mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
Merge pull request #50 from avollkopf/development
Add license information to setup.py
This commit is contained in:
commit
25c96b2df4
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -24,6 +24,7 @@ setup(name='cbpi4',
|
||||||
author='Manuel Fritsch / Alexander Vollkopf',
|
author='Manuel Fritsch / Alexander Vollkopf',
|
||||||
author_email='manuel@craftbeerpi.com',
|
author_email='manuel@craftbeerpi.com',
|
||||||
url='http://web.craftbeerpi.com',
|
url='http://web.craftbeerpi.com',
|
||||||
|
license='GPLv3',
|
||||||
project_urls={
|
project_urls={
|
||||||
'Documentation': 'https://openbrewing.gitbook.io/craftbeerpi4_support/'},
|
'Documentation': 'https://openbrewing.gitbook.io/craftbeerpi4_support/'},
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
Loading…
Reference in a new issue