geruh commented on code in PR #2601: URL: https://github.com/apache/iceberg-python/pull/2601#discussion_r2508482132
########## MANIFEST.in: ########## @@ -15,4 +15,18 @@ # specific language governing permissions and limitations # under the License. -graft src +# Include Cython source files for building from source +recursive-include pyiceberg *.pyx *.c + +# Include test files in sdist +recursive-include tests *.py + +# Include development files +include Makefile +recursive-include dev * + +# Exclude build artifacts +prune .venv +prune build +prune dist +prune .pytest_cache Review Comment: sadly these are auto generated after manifest.in is used in setuptools -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
