Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions python/packaging/classic/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def run(self):
"pyspark.examples.src.main.python": ["*.py", "*/*.py"],
},
scripts=scripts,
license="http://www.apache.org/licenses/LICENSE-2.0",
license="Apache-2.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# Don't forget to update python/docs/source/getting_started/install.rst
# if you're updating the versions or dependencies.
install_requires=["py4j==0.10.9.9"],
Expand Down Expand Up @@ -380,7 +380,6 @@ def run(self):
python_requires=">=3.10",
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down
3 changes: 1 addition & 2 deletions python/packaging/client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
url="https://github.com/apache/spark/tree/master/python",
packages=connect_packages + test_packages,
include_package_data=True,
license="http://www.apache.org/licenses/LICENSE-2.0",
license="Apache-2.0",
# Don't forget to update python/docs/source/getting_started/install.rst
# if you're updating the versions or dependencies.
install_requires=[
Expand All @@ -217,7 +217,6 @@
python_requires=">=3.10",
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
Expand Down
3 changes: 1 addition & 2 deletions python/packaging/connect/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
url="https://github.com/apache/spark/tree/master/python",
packages=connect_packages,
include_package_data=True,
license="http://www.apache.org/licenses/LICENSE-2.0",
license="Apache-2.0",
# Don't forget to update python/docs/source/getting_started/install.rst
# if you're updating the versions or dependencies.
install_requires=[
Expand All @@ -127,7 +127,6 @@
python_requires=">=3.9",
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand Down