potiuk commented on pull request #16577: URL: https://github.com/apache/airflow/pull/16577#issuecomment-865686240
@uraunsjr is right. `MANIFEST.in` is for sdist. For wheel package, we are including everything in the packages (yarn.lock is placed in `airflow.www` package (__init__.py file is in the same folder as yarn.lock). Therefore we need to exclude the file via `exclude_package_data`. Closing in favour of #16580 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
