forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
15 lines (10 loc) · 665 Bytes
/
Copy pathINSTALL
File metadata and controls
15 lines (10 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## INSTALL / BUILD instructions for Apache Airflow Provider packages
NOTE! Those sources are only intended to be used to build Apache Airflow Provider packages,
not the Apache Airflow. They have been generated using the unreleased version of Apache Airflow.
(from main)
The .tar.gz sdist package contains setup.py file that can be use to build the provider package using:
`setup.py bdist_wheel sdist`
Providing that you have all prerequisites described in 'setup_requires'.
# [optional] run Apache RAT (release audit tool) to validate license headers
# RAT docs here: https://creadur.apache.org/rat/. Requires Java and Apache Rat
java -jar apache-rat.jar -d .