geruh commented on code in PR #2601: URL: https://github.com/apache/iceberg-python/pull/2601#discussion_r2508487383
########## 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 Review Comment: `decoder_fast.c` is compiled when creating the sdist. I can prune this but, we still need to include `decoder_basic.c` and `decoder_fast.pyx` -- 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]
