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

   ### Rationale for this change
   When building locally, I get many errors along the lines of
   
   ```
   Please ensure the files specified are contained by the root
   of the Python package (normally marked by `pyproject.toml`).
   
   By 2026-Mar-20, you need to update your project and remove deprecated calls
   or your builds will no longer be supported.
   
   See https://packaging.python.org/en/latest/specifications/glob-patterns/ for 
details.
   ```
   
   <img width="958" height="755" alt="terminal demo" 
src="https://github.com/user-attachments/assets/67f0e261-c4d2-403c-b004-688dfaaccda6";
 />
   
   ### What changes are included in this PR?
   - Make the licence [SPDX compliant](https://spdx.org/licenses)
   - Remove the licence classifier
   - Move the licence files from `setup.cfg` to `pyproject.toml`
   - Fix the [disallowed glob 
patterns](https://packaging.python.org/en/latest/specifications/glob-patterns) 
via symlinks
   
   I appreciate the symlink change might prove controversial. See discussions 
in https://github.com/apache/arrow/issues/45867, fixes 
https://github.com/apache/arrow/issues/45867.
   
   ### Are these changes tested?
   When I rebuild locally, I get no errors any more.
   
   ### Are there any user-facing changes?
   No.
   


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