From 2527a335aceb72b0b155bb588c0b3039f6380cf3 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 17 Jun 2015 08:48:41 -0700 Subject: [PATCH] Updating to the right license (apache2) in setup.cfg --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 3c4b511d2d590..cd389a8deab13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = Airflow is a system to programmatically author, schedule and monitor d description-file = README.md author = Maxime Beauchemin author-email = maximebeauchemin@gmail.com -license = MIT +license = Apache License, Version 2.0 [files] packages = airflow @@ -16,4 +16,3 @@ all_files = 1 [upload_sphinx] upload-dir = docs/_build/html -