You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2024/02/13 22:42:27 UTC

(airflow) 03/04: Include `airflow_pre_installed_providers.txt` into sdist distribution (#37388)

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

potiuk pushed a commit to branch v2-8-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit a32bf96faff4fb8e4b32c3410225d8db72e636ea
Author: Andrey Anshin <An...@taragol.is>
AuthorDate: Tue Feb 13 19:36:12 2024 +0400

    Include `airflow_pre_installed_providers.txt` into sdist distribution (#37388)
    
    (cherry picked from commit 2e1561015c44a0acfd86b63360fc17ad477a8d3b)
---
 pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 590830ec0d..cd8e649671 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1244,7 +1244,8 @@ exclude = [
 artifacts = [
     "/airflow/www/static/dist/",
     "/airflow/git_version",
-    "/generated/"
+    "/generated/",
+    "airflow_pre_installed_providers.txt",
 ]