We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67cc1d8 commit c6a843eCopy full SHA for c6a843e
python/packaging/client/setup.py
@@ -202,7 +202,7 @@
202
url="https://github.com/apache/spark/tree/master/python",
203
packages=connect_packages + test_packages,
204
include_package_data=True,
205
- license="http://www.apache.org/licenses/LICENSE-2.0",
+ license="Apache-2.0",
206
# Don't forget to update python/docs/source/getting_started/install.rst
207
# if you're updating the versions or dependencies.
208
install_requires=[
@@ -217,7 +217,6 @@
217
python_requires=">=3.10",
218
classifiers=[
219
"Development Status :: 5 - Production/Stable",
220
- "License :: OSI Approved :: Apache Software License",
221
"Programming Language :: Python :: 3.10",
222
"Programming Language :: Python :: 3.11",
223
"Programming Language :: Python :: 3.12",
0 commit comments