fix(python): remove deprecated license classifiers in favor of SPDX identifiers (#14016)

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Harshal Sheth 2025-07-10 12:26:21 -04:00 committed by GitHub
parent 97b9ae0ceb
commit dd87bff90e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 18 deletions

View File

@ -193,7 +193,7 @@ setuptools.setup(
"Source": "https://github.com/acryldata/datahub-actions",
"Changelog": "https://github.com/acryldata/datahub-actions/releases",
},
license="Apache License 2.0",
license="Apache-2.0",
description="An action framework to work with DataHub real time changes.",
long_description=get_long_description(),
long_description_content_type="text/markdown",
@ -205,8 +205,6 @@ setuptools.setup(
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Environment :: Console",

View File

@ -124,7 +124,7 @@ setuptools.setup(
"Source": "https://github.com/datahub-project/datahub",
"Changelog": "https://github.com/datahub-project/datahub/releases",
},
license="Apache License 2.0",
license="Apache-2.0",
description="Datahub Airflow plugin to capture executions and send to Datahub",
long_description=get_long_description(),
long_description_content_type="text/markdown",
@ -136,8 +136,6 @@ setuptools.setup(
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Environment :: Console",

View File

@ -96,7 +96,7 @@ setuptools.setup(
"Source": "https://github.com/datahub-project/datahub",
"Changelog": "https://github.com/datahub-project/datahub/releases",
},
license="Apache License 2.0",
license="Apache-2.0",
description="Datahub Dagster plugin to capture executions and send to Datahub",
long_description=get_long_description(),
long_description_content_type="text/markdown",
@ -108,8 +108,6 @@ setuptools.setup(
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Environment :: Console",

View File

@ -105,7 +105,7 @@ setuptools.setup(
"Source": "https://github.com/datahub-project/datahub",
"Changelog": "https://github.com/datahub-project/datahub/releases",
},
license="Apache License 2.0",
license="Apache-2.0",
description="Datahub GX plugin to capture executions and send to Datahub",
long_description=get_long_description(),
long_description_content_type="text/markdown",
@ -117,8 +117,6 @@ setuptools.setup(
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Environment :: Console",

View File

@ -87,7 +87,7 @@ setuptools.setup(
"Source": "https://github.com/datahub-project/datahub",
"Changelog": "https://github.com/datahub-project/datahub/releases",
},
license="Apache License 2.0",
license="Apache-2.0",
description="Datahub prefect block to capture executions and send to Datahub",
long_description=get_long_description(),
long_description_content_type="text/markdown",
@ -99,8 +99,6 @@ setuptools.setup(
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Environment :: Console",

View File

@ -917,7 +917,7 @@ setuptools.setup(
"Changelog": "https://github.com/datahub-project/datahub/releases",
"Releases": "https://github.com/acryldata/datahub/releases",
},
license="Apache License 2.0",
license="Apache-2.0",
description="A CLI to work with DataHub metadata",
long_description="""\
The `acryl-datahub` package contains a CLI and SDK for interacting with DataHub,
@ -934,8 +934,6 @@ See the [DataHub docs](https://docs.datahub.com/docs/metadata-ingestion).
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Environment :: Console",