pitrou commented on code in PR #47551:
URL: https://github.com/apache/arrow/pull/47551#discussion_r2355794660
##########
python/pyproject.toml:
##########
@@ -32,9 +32,8 @@ dynamic = ["version"]
requires-python = ">=3.10"
description = "Python library for Apache Arrow"
readme = {file = "README.md", content-type = "text/markdown"}
-license = {text = "Apache Software License"}
+license = "Apache-2.0"
classifiers = [
- 'License :: OSI Approved :: Apache Software License',
Review Comment:
Ok, it seems that NumPy have [removed their license
classifier](https://github.com/numpy/numpy/commit/0f39fd27ff149b25f74fc58d589c92b4fd881226),
so I'm fine with that as well.
--
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]