You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/06/10 23:33:52 UTC

[airflow-client-python] branch master updated: Add NOTICE file (#25)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new bf439f3  Add NOTICE file (#25)
bf439f3 is described below

commit bf439f3f92b8248cb9f77adde250d4c4dbb860a9
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Fri Jun 11 00:33:46 2021 +0100

    Add NOTICE file (#25)
    
    * Add NOTICE file
    
    closes https://github.com/apache/airflow-client-python/issues/24
    
    * Update setup.cfg
---
 NOTICE    | 6 ++++++
 setup.cfg | 3 +++
 2 files changed, 9 insertions(+)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..0ae7e64
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,6 @@
+Apache Airflow
+Copyright 2016-2021 The Apache Software Foundation
+
+This product includes software developed at The Apache Software
+Foundation (http://www.apache.org/).
+=======================================================================
diff --git a/setup.cfg b/setup.cfg
index c6ebeea..84742b7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,6 +27,9 @@ url = https://airflow.apache.org/
 long_description = file: README.md
 long_description_content_type = text/markdown
 license = Apache License 2.0
+license_files =
+   LICENSE
+   NOTICE
 project_urls =
     Documentation=https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html
     Bug Tracker=https://github.com/apache/airflow-client-python/issues