File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ def run(self):
342
342
"pyspark.examples.src.main.python" : ["*.py" , "*/*.py" ],
343
343
},
344
344
scripts = scripts ,
345
- license = "http://www.apache.org/licenses/LICENSE -2.0" ,
345
+ license = "Apache -2.0" ,
346
346
# Don't forget to update python/docs/source/getting_started/install.rst
347
347
# if you're updating the versions or dependencies.
348
348
install_requires = ["py4j==0.10.9.9" ],
@@ -380,7 +380,6 @@ def run(self):
380
380
python_requires = ">=3.10" ,
381
381
classifiers = [
382
382
"Development Status :: 5 - Production/Stable" ,
383
- "License :: OSI Approved :: Apache Software License" ,
384
383
"Programming Language :: Python :: 3.10" ,
385
384
"Programming Language :: Python :: 3.11" ,
386
385
"Programming Language :: Python :: 3.12" ,
Original file line number Diff line number Diff line change 202
202
url = "https://github.com/apache/spark/tree/master/python" ,
203
203
packages = connect_packages + test_packages ,
204
204
include_package_data = True ,
205
- license = "http://www.apache.org/licenses/LICENSE -2.0" ,
205
+ license = "Apache -2.0" ,
206
206
# Don't forget to update python/docs/source/getting_started/install.rst
207
207
# if you're updating the versions or dependencies.
208
208
install_requires = [
217
217
python_requires = ">=3.10" ,
218
218
classifiers = [
219
219
"Development Status :: 5 - Production/Stable" ,
220
- "License :: OSI Approved :: Apache Software License" ,
221
220
"Programming Language :: Python :: 3.10" ,
222
221
"Programming Language :: Python :: 3.11" ,
223
222
"Programming Language :: Python :: 3.12" ,
Original file line number Diff line number Diff line change 111
111
url = "https://github.com/apache/spark/tree/master/python" ,
112
112
packages = connect_packages ,
113
113
include_package_data = True ,
114
- license = "http://www.apache.org/licenses/LICENSE -2.0" ,
114
+ license = "Apache -2.0" ,
115
115
# Don't forget to update python/docs/source/getting_started/install.rst
116
116
# if you're updating the versions or dependencies.
117
117
install_requires = [
127
127
python_requires = ">=3.9" ,
128
128
classifiers = [
129
129
"Development Status :: 5 - Production/Stable" ,
130
- "License :: OSI Approved :: Apache Software License" ,
131
130
"Programming Language :: Python :: 3.9" ,
132
131
"Programming Language :: Python :: 3.10" ,
133
132
"Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments