forked from platypush/platypush
Licence changed to Apache 2.0
This commit is contained in:
parent
f94132f991
commit
246cc37b85
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -34,7 +34,7 @@ setup(
|
||||||
author = "Fabio Manganiello",
|
author = "Fabio Manganiello",
|
||||||
author_email = "info@fabiomanganiello.com",
|
author_email = "info@fabiomanganiello.com",
|
||||||
description = ("Runbullet service"),
|
description = ("Runbullet service"),
|
||||||
license = "BSD",
|
license = "Apache Licence 2.0",
|
||||||
keywords = "pushbullet notifications automation",
|
keywords = "pushbullet notifications automation",
|
||||||
url = "https://www.fabiomanganiello.com",
|
url = "https://www.fabiomanganiello.com",
|
||||||
packages = ['runbullet'],
|
packages = ['runbullet'],
|
||||||
|
@ -46,7 +46,7 @@ setup(
|
||||||
long_description = read('README.md'),
|
long_description = read('README.md'),
|
||||||
classifiers = [
|
classifiers = [
|
||||||
"Topic :: Utilities",
|
"Topic :: Utilities",
|
||||||
"License :: OSI Approved :: BSD License",
|
"License :: OSI Approved :: Apache Licence 2.0",
|
||||||
],
|
],
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'pyyaml'
|
'pyyaml'
|
||||||
|
|
Loading…
Reference in a new issue