mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
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:
parent
97b9ae0ceb
commit
dd87bff90e
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user