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

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


The following commit(s) were added to refs/heads/v2-5-test by this push:
     new 7d32dd8339 Change to trigger constraints regeneration (to be removed)
7d32dd8339 is described below

commit 7d32dd8339c850601cceb53ada35403ac91dae91
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Nov 30 02:19:43 2022 +0100

    Change to trigger constraints regeneration (to be removed)
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index e347380aa3..9c4c4c2024 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ from distutils import log  # isort: skip
 # Controls whether providers are installed from packages or directly from 
sources
 # It is turned on by default in case of development environments such as Breeze
 # And it is particularly useful when you add a new provider and there is no
-# PyPI version to install the provider package from
+# PyPI version to install the provider package from.
 INSTALL_PROVIDERS_FROM_SOURCES = "INSTALL_PROVIDERS_FROM_SOURCES"
 PY39 = sys.version_info >= (3, 9)
 

Reply via email to