MIT License

This commit is contained in:
Fabio Manganiello 2017-11-03 18:06:58 +01:00
parent 246cc37b85
commit 0310cce974
2 changed files with 25 additions and 3 deletions

View file

@ -34,9 +34,9 @@ setup(
author = "Fabio Manganiello",
author_email = "info@fabiomanganiello.com",
description = ("Runbullet service"),
license = "Apache Licence 2.0",
license = "MIT",
keywords = "pushbullet notifications automation",
url = "https://www.fabiomanganiello.com",
url = "https://github.com/BlackLight/runbullet",
packages = ['runbullet'],
package_data = {'': plugins},
scripts = ['runbullet/bin/pusher', 'runbullet/bin/runbullet'],
@ -46,7 +46,7 @@ setup(
long_description = read('README.md'),
classifiers = [
"Topic :: Utilities",
"License :: OSI Approved :: Apache Licence 2.0",
"License :: OSI Approved :: MIT",
],
install_requires = [
'pyyaml'