raulcd opened a new pull request, #43325:
URL: https://github.com/apache/arrow/pull/43325

   ### Rationale for this change
   
   Currently we include everything when building wheels, see:
   ```
   $ pip install pyarrow
   Collecting pyarrow
     Downloading pyarrow-17.0.0-cp310-cp310-manylinux_2_28_x86_64.whl (39.9 MB)
        ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 33.8 MB/s eta 
0:00:00
   Collecting numpy>=1.16.6
     Using cached 
numpy-2.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.3 MB)
   Installing collected packages: numpy, pyarrow
   Successfully installed numpy-2.0.0 pyarrow-17.0.0
   (test-env)  $ ls test-env/lib/python3.10/site-packages/
   benchmarks/                  distutils-precedence.pth     
numpy-2.0.0.dist-info/       pip-22.0.2.dist-info/        
pyarrow-17.0.0.dist-info/    setuptools-59.6.0.dist-info/ 
   cmake_modules/               examples/                    numpy.libs/        
          pkg_resources/               scripts/                     
   _distutils_hack/             numpy/                       pip/               
          pyarrow/                     setuptools/    
   ```
   
   ### What changes are included in this PR?
   
   Use `include` as seen here: 
https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#finding-simple-packages
   
   ### Are these changes tested?
   
   Will check via the build wheel on CI
   
   ### Are there any user-facing changes?
   
   No and yes :)
   We will remove unnecessary files


-- 
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]

Reply via email to