We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f7536 commit bf439f3Copy full SHA for bf439f3
NOTICE
@@ -0,0 +1,6 @@
1
+Apache Airflow
2
+Copyright 2016-2021 The Apache Software Foundation
3
+
4
+This product includes software developed at The Apache Software
5
+Foundation (http://www.apache.org/).
6
+=======================================================================
setup.cfg
@@ -27,6 +27,9 @@ url = https://airflow.apache.org/
27
long_description = file: README.md
28
long_description_content_type = text/markdown
29
license = Apache License 2.0
30
+license_files =
31
+ LICENSE
32
+ NOTICE
33
project_urls =
34
Documentation=https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html
35
Bug Tracker=https://github.com/apache/airflow-client-python/issues
0 commit comments