Skip to content

Commit c6a843e

Browse files
client setup.py
1 parent 67cc1d8 commit c6a843e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/packaging/client/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
url="https://github.com/apache/spark/tree/master/python",
203203
packages=connect_packages + test_packages,
204204
include_package_data=True,
205-
license="http://www.apache.org/licenses/LICENSE-2.0",
205+
license="Apache-2.0",
206206
# Don't forget to update python/docs/source/getting_started/install.rst
207207
# if you're updating the versions or dependencies.
208208
install_requires=[
@@ -217,7 +217,6 @@
217217
python_requires=">=3.10",
218218
classifiers=[
219219
"Development Status :: 5 - Production/Stable",
220-
"License :: OSI Approved :: Apache Software License",
221220
"Programming Language :: Python :: 3.10",
222221
"Programming Language :: Python :: 3.11",
223222
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)