From 246cc37b85b6539489264c4777aef338cf469a74 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 3 Nov 2017 17:56:18 +0100 Subject: [PATCH] Licence changed to Apache 2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f177245b..7dfa64b0 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( author = "Fabio Manganiello", author_email = "info@fabiomanganiello.com", description = ("Runbullet service"), - license = "BSD", + license = "Apache Licence 2.0", keywords = "pushbullet notifications automation", url = "https://www.fabiomanganiello.com", packages = ['runbullet'], @@ -46,7 +46,7 @@ setup( long_description = read('README.md'), classifiers = [ "Topic :: Utilities", - "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: Apache Licence 2.0", ], install_requires = [ 'pyyaml'