potiuk commented on a change in pull request #22209:
URL: https://github.com/apache/airflow/pull/22209#discussion_r826142677



##########
File path: airflow/_vendor/README.md
##########
@@ -0,0 +1,37 @@
+# Vendor package
+
+## What vendored packages are for
+
+The `airlfow._vendor` package is foreseen for vendoring in packages, that we 
have to modify ourselves
+because authors of the packages do not have time to modify them themselves. 
This is often temporary
+and once the packages implement fixes that we need, and then we remove the 
packages from
+the _vendor package.
+
+All Vendored libraries must follow these rules:
+
+1. Vendored libraries must be pure Python--no compiling.

Review comment:
       Can't find shorter way to describe it :). But seems too long to add it 
to the instructions.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to