potiuk commented on PR #600: URL: https://github.com/apache/burr/pull/600#issuecomment-3590667174
You might instead opt to use hatch. In airflow we use "force-include" feature for the very same purpose: https://github.com/apache/airflow/blob/main/airflow-core/pyproject.toml#L223C1-L227C85 ``` [tool.hatch.build.targets.sdist.force-include] "../shared/configuration/src/airflow_shared/configuration" = "src/airflow/_shared/configuration" "../shared/logging/src/airflow_shared/logging" = "src/airflow/_shared/logging" "../shared/secrets_masker/src/airflow_shared/secrets_masker" = "src/airflow/_shared/secrets_masker" "../shared/timezones/src/airflow_shared/timezones" = "src/airflow/_shared/timezones" ``` -- 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]
