potiuk commented on issue #26910: URL: https://github.com/apache/airflow/issues/26910#issuecomment-1272909106
> I wonder about using something like setuptools-scm which will then "just" include all files tracked in git might work too Not really becaause we cannot have providers as regular packages (until we split them) because they are subdirectory of "airflow/providers" now and setuptools-scm are very unlikely to work in this case. They might work for `airflow` so we might want to do it there, but until our providers are single source tree with `airflow` none of such tools will likely work and we have to do it more "manual" way. -- 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]
